$validator = Validator::make( array( 'percent' => Input::get('percent'), 'des...
$validator = Validator::make( array( 'name' => 'Dayle', 'password' => 'lam...
I would use the Validation class which you can read up about here: http://laravel.com/docs/4.2/valid...
They normally sit in the app directory now as of Laravel 5.
marcelg7 said: Laracasts.com is gold. I second this, it really is a brilliant website for people o...
The Laravel portal for problem solving, knowledge sharing and community building.
The community