Laravel 5 Event Handler Not Firing

前端 未结 6 1004
再見小時候
再見小時候 2020-12-31 02:02

So I\'m trying out the new Laravel 5 Event methodology.

In my repository, I\'m firing the event \"KitchenStored\" as so:

//  Events
use App\\Events\\         


        
6条回答
  •  情歌与酒
    2020-12-31 02:12

    If you run php artisan optimize, your event handlers should start listening.

    Credit to mattstauffer from the larachat slack channel for that one.

提交回复
热议问题