I have a scheduled command that dispatches several jobs onto the queue, each which takes about 10 mi...
I have been using Laravel's built-in email validation for a long time, but suddenly this last week I...
So, I'm upgrading to Laravel 5.6 and am running into a problem with the new Symfony settings for tru...
This is a really, really weird one and I'm hoping someone can help me solve what's happening. Today...
I have a strange thing that is happening where I am getting duplicate key errors occasionally - most...
Just as a follow-up, using this method I am now getting deadlocks, so it did not solve the issue.
I've successfully resolved this by wrapping the pair of queries in a transaction. Not as optimal as...
Here's a package I built that creates an artisan command cache:gc to purge the expired cache files:...
Thanks, I will give that a try. I might hook this into a script that runs via the scheduler instead...
I have written a package that will handle this: https://packagist.org/packages/jdavidbakr/multi-serv...
The Laravel portal for problem solving, knowledge sharing and community building.