[ 'App\Listeners\EventListener', ], SocialiteWasCalled::class => [ // add your listeners (aka providers) here 'SocialiteProviders\Weixin\WeixinExtendSocialite@handle' ], 'eloquent.created: Illuminate\Notifications\DatabaseNotification' => [ 'App\Listeners\PushNotification', ], ]; /** * Register any events for your application. * * @return void */ public function boot() { parent::boot(); // } }