[ SendEmailVerificationNotification::class, ], 'Illuminate\Auth\Events\Logout' => [ 'App\Listeners\LogSuccessfulLogout', ], 'Illuminate\Auth\Events\Login' => [ 'App\Listeners\LogSuccessfulLogin', ], ]; /** * Register any events for your application. * * @return void */ public function boot() { parent::boot(); // } }