Hey, my book is finally available. Find it here.  Eloquent Beyond The Basics!

🔥 Laravel tip: Dispatch after response

Mar 20, 2022

If you have a really small job you can use the `dispatchAfterResponse` method, this will run the job after the response has been sent to the user.

Remember, this is only a good idea if the task is really short.
tip-image-0