Hello. I have a problem that I don't know how to solve. I have a job that needs to make calls to an...
Hi all - I'm very new to Lumen so apologies if this is a bit of a boneheaded enquiry. I'm using Lume...
I have a scheduled command that dispatches several jobs onto the queue, each which takes about 10 mi...
i want send mail in queue and have not waiting https://laravel.com/docs/5.7/queues#connections-vs-qu...
Hey everyone, When I try using Mail::queue() I get this error: ErrorException in SerializableClosure...
Hi all, just wondering how you normally handle situations where you've to generate PDF or csv docume...
The app I'm working on now interacts with a number of third party services, in some cases more than...
Hi! First time posting here but always reading issues and solution. Great Forum. My issue is that I...
I'm using Laravel workers to execute some background tasks. When I invoke the worker using 'php arti...
Hi, I have a treatment that generates 2 PDF files, and then send them by mail. When I run this direc...
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...
How can i get item by it is id from LengthAwarePaginator? I have tried something like this: {{$categ...
I have product, and it has many comments, why i cant delete product, with all of this comment? My Aj...
I have own search filter, like that: public function search(Request $request, $counter = 5){ $sear...
My Ajax request var users_ids = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11']; $.aja...
I have table with rows and their id, in view smth like this: <body> <table> <tb...
I'm trying to grab some users from the database and notify them that a new position has been posted....
Hello All, This is my first post on this forum, so I'd like to send warm hello and thank You in adva...
Hello, I have User model public function sendPasswordResetNotification($token) { $this->notif...
Hello, I have a laravel 5 app which is working perfectly in local environment. But in production ema...
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