Support the ongoing development of Laravel.io →

a-h-abid

Joined 17 Apr 2014

Statistics

Threads 6
Replies 4
Solutions 0
Articles 0
posted 2 weeks ago

A small query regrading log levels for user action failuresl

In my company, whenever an error occurs whether by User or by System, we generally log those with le...

devriazul liked this thread

1 Likes
2 Replies
Solved
posted 3 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 4 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
replied 1 week ago

A small query regrading log levels for user action failuresl

Thank you for your answer. The Hybrid approach seems better.

0 Likes
replied 4 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 6 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 6 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.

© 2025 Laravel.io - All rights reserved.