I have a registration form, the contents of which are being passed through a Validator and then shou...
What is the difference between "accepted" and "in" in Validation?
Hi, i'm new to Laravel and i'm trying to understand the validation part of a form. Can you help me t...
Learning Laravel (4.1) and I am having trouble with passing a row id from a table to a controller. W...
Hi all, I'm working on a RestAPI where the data coming in is in json format. For example. { &...
Hi, I'm working for a laravel project which require user select a list of universities(checboxes). B...
I am trying to validate a retrieved form with User::$rules and the validation always return failed w...
Hello, I am getting error in L5: call_user_func_array() expects parameter 1 to be a valid callback,...
Hello. There's my controller code: $site = new Site; $site->fill(Input::only('name', 'slug', 'con...
Hello, Im new to the framework, but I'm already loving it. Now straight to the question. I have 3 ta...
Okay so I'm using Laravel's validator. It's generally pretty good for me. But the messages are a rig...
Hi guys, I am trying to do the controller validation like shown in the docs: http://laravel.com/docs...
Hi, I am following Build Larabook from Scracth, by Laracasts. At the end of Lesson 10, the author ru...
Now you can have the Django Forms and FormSet facilities in your laravel application without losing...
Just wanted to share how easy it is use laracasts commander together with laracasts validation (both...
Hi, if you have a problem with Validate Form, here you can see three explanatory videos ... FIRST: V...
I ran into the common problem where I could not update the User because the Validator kept using the...
Hi Everyone, I'm attempting to save user search phrases into my mysql database. I'm having a difficu...
I have made 404.blade.php and put this in my views/errors folder next to the installed 503.blade.php...
Hi, I've been at this for a day, and I must be starting to confuse myself. My issue is that I genera...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community