[ 'App\Listeners\EventListener', ], 'Illuminate\Database\Events\QueryExecuted' => [ 'App\Listeners\QueryListener', ], 'App\Events\TestSendMsg' => [ // 事件类 'App\Listeners\TestSendMsgNotification', // 监听器 ], ]; /** * Register any events for your application. * * @return void */ public function boot() { parent::boot(); } }