[ 'App\Listeners\EventListener', ], // 订单发货 'App\Events\OrderShipped' => [ // 发送发货通知 'App\Listeners\SendShipmentNotification', ], ]; /** * Register any events for your application. * * @return void */ public function boot() { parent::boot(); // } }