Turn Any Series of Jobs into Laravel Listeners
"The
JobPipelineis a simple, yet extremely powerful class that lets you convert any (series of) jobs into event listeners.You may use a job pipeline like any other listener, so you can register it in the
EventServiceProviderusing the$listenarray, or in any other place usingEvent::listen()— up to you."
ARCHTECH
@archtechx