I'm looking for ways to pause a job whenever the Queue worker (daemon) receives the shutdown signal...
Reading through the articles by Mohamed Said, I found that a new feature added to laravel v8 to use...
I'm working on a project where I provide API services for the clients / consumers. In my APIs with s...
Is it possible with current exists/unique validation rules to use model methods in laravel? Like use...
Hi, I need a little help... I'm trying to run a Lumen project where composer install/update hasn't d...
Hey thank @Tobias, that is a good start point, but that way I wont be able to get to know for which...
iboldurev, tvbeek liked this reply
Ok I see. Hopefully This should work. $this->validate($request, [ 'subject' => ['required'...
See if this works, $this->validate($request, [ 'subject' => ['required'], 'name' =>...
The Laravel portal for problem solving, knowledge sharing and community building.
The community