Étiquette : validators

1 juillet 2015

How to add new Validators to Laravel 5.1

  Laravel 5.1 comes with new features like the « Form Request » which reveal themselves to be very useful when validating forms. All you have to do is to define the validation rules and the whole validation process is handled automatically in the background. For the example, we will use the one on theLaravel site. Create a new Form Request with command line php artisan make:request StoreBlogPostRequest […]