Support the ongoing development of Laravel.io →

nirsharony

Joined 23 Aug 2014

Statistics

Threads 8
Replies 11
Solutions 1
Articles 0
posted 9 years ago

how to validate that one parameter is less or equal to another?

Hi, I have the following rules: $rules = array( 'purchase_amount' => 'required|integer',...

0 Likes
1 Replies
Solved
posted 9 years ago

Forcing A Unique Rule To Ignore A Given ID

Hi, According to the Laravel documentation, I can do: 'email' => 'unique:users,email_address,10'...

0 Likes
1 Replies
Solved
posted 9 years ago

How to define custom vlidation rules

Hi, I have two parameters that can have various values. One of the rules that I need to have is: &qu...

0 Likes
2 Replies
Solved
posted 9 years ago

Set a multi-column primary key for a model

Hi, I know that if I can set the value for the $primaryKey protected field in my model in order to t...

0 Likes
0 Replies

Initializing "global" system objects

Hi, I have defined several "global" objects that should be available for every Controller...

0 Likes
2 Replies
replied 9 years ago

Validator : Greater than other field

I found a solution to my own problem: Before invoking the Validator::make() function, modify the set...

0 Likes
replied 9 years ago

Validator : Greater than other field

Hi neilpato22, How does one solve the problem if the validation needs to be done against some other...

0 Likes
replied 9 years ago

Forcing A Unique Rule To Ignore A Given ID

I found out that I have to manually mention the name of the field in the rule: 'email' => 'unique...

0 Likes
Solved
replied 9 years ago
0 Likes
replied 9 years ago

Initializing "global" system objects

Thank you trq. IoC is definitely the way to go and Service Providers might be the right mechanism fo...

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.