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