Enqueue laravel event subscriber -


i'm handling multiple events through event subscriber instead making separated events/listeners. enqueue several of these events didn't find way accomplish that. i've followed official documentation (https://laravel.com/docs/5.2/events#event-subscribers), there no clue of how choose events want enqueue(neither subscriber).

any suggestions? (no individual event/listener, please)

thanks in advance!

if interested in, i've found solution looking deeper in event dispatcher.

implementing contract shouldqueue on eventsubscriber works same separated event/listener , enqueue events on database. should documented in official site.

regards.


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Java JSoup error fetching URL -

webstorm - PhpStorm file cache conflict with TypeScript compiler -