Support the ongoing development of Laravel.io →

gecbla

Joined 3 Feb 2014

Statistics

Threads 0
Replies 20
Solutions 4
Articles 0

gecbla has not posted any threads yet

replied 8 years ago

Mock Carbon with laravel

Try this: $knownDate = Carbon::create(2001, 5, 21, 12); // create testing date Carbon::setTestNow($k...

0 Likes
Solved
replied 9 years ago

How to query the status of an individual job in the queue, or list all pending jobs

You can try something like Queue::getIron()->getMessageById($queue_name, $msg_id) which calls AP...

0 Likes
replied 9 years ago

Queue issue

Same problem like here. $EmailData['subject'] is null (not defined) because you have access to $Emai...

0 Likes
replied 9 years ago

Queue is not reading data which is being passed to it.

Try changing $userids to $data['userids'] in fire method!

0 Likes
Solved

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.