Support the ongoing development of Laravel.io →

a-h-abid

Joined 17 Apr 2014

Statistics

Threads 5
Replies 3
Solutions 0
Articles 0
posted 2 years ago

How to pause queued job on SIGTERM & resume later?

I'm looking for ways to pause a job whenever the Queue worker (daemon) receives the shutdown signal...

0 Likes
0 Replies

How can I graceful shutdown queues in Laravel 8?

Reading through the articles by Mohamed Said, I found that a new feature added to laravel v8 to use...

0 Likes
0 Replies
posted 3 years ago

[Help] API Response for Validation errors \w Rule name

I'm working on a project where I provide API services for the clients / consumers. In my APIs with s...

0 Likes
2 Replies

Is Rule::exists/unique available with Eloquent/Builder?

Is it possible with current exists/unique validation rules to use model methods in laravel? Like use...

0 Likes
0 Replies
posted 7 years ago

Need help with laradock to automate composer install...

Hi, I need a little help... I'm trying to run a Lumen project where composer install/update hasn't d...

0 Likes
0 Replies
replied 3 years ago

[Help] API Response for Validation errors \w Rule name

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

2 Likes
replied 5 years ago

Two field in combination should be unique in Database

Ok I see. Hopefully This should work. $this->validate($request, [ 'subject' => ['required'...

0 Likes
replied 5 years ago

Two field in combination should be unique in Database

See if this works, $this->validate($request, [ 'subject' => ['required'], 'name' =>...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.