Hi, I am trying to define a simple Restful controller like so. Following the instructions here: Rest...
Hi, I am new to the Laravel Framework and would like to know if there is any documentation on the pr...
Hi, I've started learning about the Laravel framework and did a fair amount of reading on the subjec...
I found a solution to my own problem: Before invoking the Validator::make() function, modify the set...
Hi neilpato22, How does one solve the problem if the validation needs to be done against some other...
I found out that I have to manually mention the name of the field in the rule: 'email' => 'unique...
Thank you trq. IoC is definitely the way to go and Service Providers might be the right mechanism fo...
The Laravel portal for problem solving, knowledge sharing and community building.