Skip to main content

Overview

This package provides a LINE Login driver using the standard Socialite::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 with with().

Scopes

Specify the permissions you want with scopes.
See LINE Login scopes for the full list.
For the latest updates, see the GitHub repository.
Last modified on May 3, 2026