Support the ongoing development of Laravel.io →

70 Threads

Multiple Queue Worker, Change Jobs Parameters

Hello. I have a problem that I don't know how to solve. I have a job that needs to make calls to an...

0 Likes
4 Replies
Solved

Lumen job queue - ShouldBeUnique allows duplicate jobs?

Hi all - I'm very new to Lumen so apologies if this is a bit of a boneheaded enquiry. I'm using Lume...

0 Likes
1 Replies
Solved

Queued job timeout not working after upgrade to Laravel 6

I have a scheduled command that dispatches several jobs onto the queue, each which takes about 10 mi...

0 Likes
1 Replies
Solved

Why queue still waiting when send mail in laravel?

i want send mail in queue and have not waiting https://laravel.com/docs/5.7/queues#connections-vs-qu...

0 Likes
4 Replies
Solved

Serialization of closure failed: Serialization of 'Closure' is not allowed

Hey everyone, When I try using Mail::queue() I get this error: ErrorException in SerializableClosure...

0 Likes
6 Replies
Solved

Background data export

Hi all, just wondering how you normally handle situations where you've to generate PDF or csv docume...

0 Likes
4 Replies
Solved

Queued Job Dependencies

The app I'm working on now interacts with a number of third party services, in some cases more than...

0 Likes
3 Replies
Solved

Laravel Mailable Headers

Hi! First time posting here but always reading issues and solution. Great Forum. My issue is that I...

0 Likes
1 Replies
Solved

Class Not Found Calling a Laravel Script from Supervisord

I'm using Laravel workers to execute some background tasks. When I invoke the worker using 'php arti...

0 Likes
1 Replies
Solved

Queue stopping mid-code

Hi, I have a treatment that generates 2 PDF files, and then send them by mail. When I run this direc...

0 Likes
1 Replies
Solved
posted 7 years ago

Making your laravel command run two days in a week and twice a day?

I have a laravel 5.1 app. I want to run a laravel command twice a day in two days of the week. My at...

0 Likes
2 Replies
Solved

Get item by item_id from LengthAwarePaginator?

How can i get item by it is id from LengthAwarePaginator? I have tried something like this: {{$categ...

0 Likes
3 Replies
Solved

Laravel 5.3 why SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails?

I have product, and it has many comments, why i cant delete product, with all of this comment? My Aj...

0 Likes
1 Replies
Solved

Ho to Paginate search results?

I have own search filter, like that: public function search(Request $request, $counter = 5){ $sear...

0 Likes
2 Replies
Solved

Why my Ajax id's array Request deletes only 3 records?

My Ajax request var users_ids = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11']; $.aja...

0 Likes
1 Replies
Solved

Why my DELETE Ajax Request in laravel 5.3 does not working?

I have table with rows and their id, in view smth like this: <body> <table> <tb...

0 Likes
2 Replies
Solved

Laravel 5.3 and Notifications

I'm trying to grab some users from the database and notify them that a new position has been posted....

0 Likes
2 Replies
Solved

"with" or "load" causes all objects loaded

Hello All, This is my first post on this forum, so I'd like to send warm hello and thank You in adva...

0 Likes
5 Replies
Solved

L5.3 Notifications data passing not working?

Hello, I have User model public function sendPasswordResetNotification($token) { $this->notif...

0 Likes
2 Replies
Solved

Unable to send emails in laravel 5 app

Hello, I have a laravel 5 app which is working perfectly in local environment. But in production ema...

0 Likes
1 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.