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