Running the latest version of Laravel, 5.4.21
I can fire manual events perfectly fine but it seems like all the listeners just don't listen.
It seems like everything runs up to the event() helper being fired and then it just dies.
Any idea what could be causing this?