$userInfo = Client::where('username','=', $request->username)->first(); I want to add the para...
Laravel Framework 8.11.2 PHP Version: PHP 7.4.11 Database Driver & Version: MySql 5.7 Descript...
Greetings. I'm trying to get Horizon up and running for our application on Laravel 7. By configuring...
I'm polishing Laravel Kubernetes deployment (I'm not the PHP dev,rather devops guy) and have some co...
I'm working on a laravel api, which is used for an android application. I want to instantly scrape d...
Hi everyone, I wanted to share coolbeans, a replicated work queue that implements beanstalkd's proto...
Hi there, After update Laravel from 6 to 7 the jobs list are always empty. I've looked around forums...
Hello, I am using laravel queue with redis, I want to have 72hours delay jobs. Is it possible? What...
How to implement WithMultipleSheet + ShouldQueue on Laravel Excel ? Currently Controller waiting for...
I have a few issues. We do a lot of background work in a pool of several hundred artisan workers acr...
Hi guys. I am scheduling a queued job and something is amiss with the documentation(or maybe i cant...
Hello guys! I am developing a multi tenancy system and I need emails to be triggered according to th...
I have a scheduled command that dispatches several jobs onto the queue, each which takes about 10 mi...
Hey, everyone. I have a notification that I send it via broadcast. the notification receives success...
There are two tables which are in different databases. Let's say one of them is Users and another is...
Hi! I have some questions regarding queues... if I have 4 queues: [high, medium, low, default] and I...
I need help. I set up Laravel-echo server, redis (in docker) to send Event through webscoket. And my...
I've come across a situation where my queued jobs are requiring an api token that I get through hitt...