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\\
I had a similar issue and I fixed it by deleting the vendor\compiled.php file. Then I run "composer update" again and now the handler is firing as expected.