Support the ongoing development of Laravel.io →

nblackburn

Joined 19 May 2014

Statistics

Threads 0
Replies 5
Solutions 1
Articles 0

nblackburn has not posted any threads yet

replied 9 years ago

How Validate multiple fields

$validator = Validator::make( array( 'percent' => Input::get('percent'), 'des...

0 Likes
replied 9 years ago

How Validate multiple fields

$validator = Validator::make( array( 'name' => 'Dayle', 'password' => 'lam...

0 Likes
replied 9 years ago

How Validate multiple fields

I would use the Validation class which you can read up about here: http://laravel.com/docs/4.2/valid...

0 Likes
Solved
replied 9 years ago

[Laravel 5] Where is the models folder?

They normally sit in the app directory now as of Laravel 5.

0 Likes
replied 9 years ago

Hey, Known some php and want to start LARAVEL.

marcelg7 said: Laracasts.com is gold. I second this, it really is a brilliant website for people o...

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.