I struggling from last 3 days about how I can read queued job payload in Laravel. What I’ve achieved till yet. Dispatch a job and see that it is available on AWS SQS queue. After that I’ve executed listener and worker for AWS to process queued jobs and I see that it is working fine as well. Right now I
Tag: laravel-queue
image not displaying in mail in queue – laravel
In my mail template I used image path as below : It is working with normal mail (without the queue) but not in mail in queue. By inspecting element in mail i found that when for normal mail image path is as below : But for mail queue it is : Answer You have to set a URL for your