python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Laravel Scout issue with relationship
Using Laravel scout I want to delete a record (on an Agent model), everything works well except that I'm redirecting to a list of agents after the delete, and since the queue is yet to be processed th...
Jeremy Belolo
Votes: 0
Answers: 1
Multiple queue workers: some restart, some don't with ERROR (spawn error)
Our application provides a separate database for each of our users. I have set up an emailing job which users may dispatch to run in background via a Laravel 5.3 Queue. Some users succeed in evoking t...

Chris Leake
Votes: 0
Answers: 2
Can I modify a failed Laravel (redis/horizon) job payload before retrying?
Locally, I use the database queue driver, but on production, we use Redis with Horizon.
Recently, I noticed a job failed due to a tiny issue in the payload (a single character). I'd really like to mod...
kburlz
Votes: 0
Answers: 1
How can I get appended columns in model to array?
How can I get appended columns in model to array?
$ticket = Ticket::create([
'assigned_user_id' => $request->assigned_user_id,
'creator_id' => $request->creator_id,
'description' =&g...

Mustafa Ali
Votes: 0
Answers: 1