is_coding
is_coding

echo_

@is_coding

Laravel developer
10 Posts 76 Views
  • No matching results...
  • Searching...

/ 255

Poll Options

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


image

image

73

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

3

299

Thank you all

96

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.

image

1

153

echo_

@is_coding


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



image

2

131

Thanks for your reply.
Yes the dependance between the two classes was necessary at that point.

176