[ 'App\Listeners\AuthLogin', ], 'Illuminate\Auth\Events\Failed' => [ 'App\Listeners\LogFailedLogin', ], ]; /** * Register any events for your application. * * @return void */ public function boot() { parent::boot(); // } }