Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 225 Bytes

File metadata and controls

16 lines (11 loc) · 225 Bytes

Line Provider

Installation

composer require socialite-manager/line-provider

Usage

use Socialite\Provider\LineProvider;
use Socialite\Socialite;

Socialite::driver(LineProvider::class, $config);