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