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\\
If you run php artisan optimize, your event handlers should start listening.
php artisan optimize
Credit to mattstauffer from the larachat slack channel for that one.