i want send mail in queue and have not waiting https://laravel.com/docs/5.7/queues#connections-vs-qu...
I need to dispatch a bunch of jobs at a specific "release" date/time. I thought about just...
Hello Friends, I have an old Laravel 4.2 project which unfortunately can't be upgraded. I am on PHP...
The setup is as follows: API Endpoint (Server A) receives an incoming call, and adds this to a speci...
.env QUEUE_DRIVER=database MAIL_DRIVER=sendmail config/mail.php 'sendmail' => '/usr/sbin/sendmail...
Hey everyone, When I try using Mail::queue() I get this error: ErrorException in SerializableClosure...
Hi, I'm highly dependent upon Laravel's Jobs feature. But I am baffled by something I have wasted t...
Hi all, just wondering how you normally handle situations where you've to generate PDF or csv docume...
I want to fire email when user registered, i used laravel database queue and also i added CRON job c...
Hi, I just started using Horizon, and it seems awesome. I do have something weird going on: all my j...
I am having a strange problem with L5.1 and Envoyer deployment. I am sending mail confirmations with...
I have a regular job (shown below) that takes in a parameter (a model object). Is it possible to che...
Just updated a Laravel project from Laravel version 5.4 to 5.5. Just after that getting the followin...
Okay, First of I'm kinda new to Laravel and queue and using command prompt with php. So I know imple...
Some questions guys! working with queues now with 5.1 (a bit old, but was the last LTS!!) The faile...
How to run php artisan queue:work on production server?
Hi all, On a Laravel 5.4 project I'm working on I'm facing a strange issue. On my local machine ever...
(Have created paste for this here: http://help.laravel.io/5212fb334d1ece056b57863583aa4ad5c6107d7d)...
Laravel Version: 5.4 PHP Version: 7.0.22 Database Driver & Version: MySQL & 5.7.19 Descrip...
Hi all, I am currently working on exporting large amount of data from the app. I'd like to the task...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community