add lockout, failed and attemting events
This commit is contained in:
@@ -15,6 +15,9 @@ class EventServiceProvider extends ServiceProvider
|
||||
protected $listen = [
|
||||
'Illuminate\Auth\Events\Login' => ['App\Listeners\LoginListener'],
|
||||
'Illuminate\Auth\Events\Logout' => ['App\Listeners\LogoutListener'],
|
||||
'Illuminate\Auth\Events\Attempting' => ['App\Listeners\AuthFailedListener'],
|
||||
'Illuminate\Auth\Events\Failed' => ['App\Listeners\AuthFailedListener'],
|
||||
'Illuminate\Auth\Events\Lockout' => ['App\Listeners\AuthFailedListener'],
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user