Overview
This package provides a LINE Login driver using the standardSocialite::extend() approach. It works with the same API as any built-in Socialite provider.
Available drivers:
For general Socialite usage, see the Socialite guide.
Configuration
.env
Basic usage
1
Define routes
Add redirect and callback routes to
routes/web.php.2
Create a controller
Optional parameters
Pass additional parameters withwith().
Scopes
Specify the permissions you want with scopes.For the latest updates, see the GitHub repository.