Which team are you ?
Do you dispatch job directly from the controller or dispatch an event so that a listener can dispatch the job.
I still don't see the benefit of creating a event that will trigger a job dispatching from a listener. Curious to know why some people prefer doing this

Love the new update on @laracast.
You have now exam sections for lessons.
Having fun trying out laracasts.com/series/object-oriented-principles-in-php-2024-edition
Helloo,
how do apply filter and sorting to eloquent in your database ?
Is there a package that you recommend ?
Example : /posts?filter[status=published]&sort=-created
I think it’ll be great to have something like this on @laravelphp doc; asking question (ex: how to send email with laravel to multiple users) and have autogenerated AI response with the links to the doc.
Hello,
Did someone once faced a recursive error while using DI with service container in @laravelphp ? I've got a maximum call stack size reached. I have two services class that call each other
Thanks for your reply.
Yes the dependance between the two classes was necessary at that point.