laravel
laravel copied to clipboard
Listening to events fired by Roach
I was not able listening to any of the fired events through the Laravel event system. I tried it using the class name (for example RunFinished::class
) and by using the internal name (RunFinished::NAME
), but both times the listener won't get called. Is this currently not supported or am I doing something wrong? If so, can you provide an example for listening to Roach events through Laravel?