I'm using October CMS (based off Laravel), and it's file-based, so I'm not working much with routes....
I have problem with validate "different:field1|different:field2..." rule with multi field....
I wanted to apply validation to files that already exist on the local file system, just using the st...
Hi anyone please help me how to validate the textbox array in laravel4 like <input type="text" na...
See this bin file: http://laravel.io/bin/XO0eO thanks for your help!
Hi everyone, http://laravel.io/bin/kYVa9 In the above snippet, you may recoil in horror when you see...
Hi All, Trying to figure out laravel validation for my user model. I can manage to return all the er...
Where can I configure the mime type settings? I am using laravel 4.2 and my upload form should valid...
Hi, any idea how to clear the input? After passing the validator my script has var_dump(Input::all()...
I am checking if the user has confirmed their account, using the rule: 'confirmed' => 'requir...
I've been wanting to make a lite ACL / permissions library that works for well and isn't tied to a d...
I have a table that may have a date or may be null. Is it possible to set an ORM validation rule th...
how to display custom messages after validation, I require that each input message is showing valida...
I wrote a blog post here which explains how you can take Dayle Ree's model validation code and turn...
Hey guys, in a controller method im checking two things, a user model and some credit card informati...
I have a form, where user selects category from DB table "categories" and column "tit...
//form {{ Form::open(array('route' => 'performances.store')) }} @for($i=1; $i<=5; $i++) Inicio...
I am stuck a bit, I have a little form and auth system - Sentry. Get data from Input and validate...
Hi, i generated a multiple upload form with the former generator tool from https://github.com/Anahki...
Form {{ Form::open(array('route' => 'performances.store')) }} @foreach($estaciones as $clave =>...
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.