dev-master
9999999-dev https://github.com/mtrajano/laravel-validationsCommon Laravel Validation Rules
MIT
The Requires
- php >=5.4.0
The Development Requires
by Mauricio Trajano
laravel validation rules laravel-validations
Wallogit.com
2017 © Pedro Peláez
Common Laravel Validation Rules
A set of common validation rules that I found myself using throughout a lot of my applications. Laravel's Validator will be extended with the set of rules so no configuration is required., (*1)
Simply install via composer:, (*2)
composer require mtrajano/laravel-validations
For Laravel <=5.4, make sure to also add the service provider to your config/app.php class:, (*3)
Mtrajano\LaravelValidations\LaravelValidationsServiceProvider::class
Pull requests and issues are welcome!, (*4)
Common Laravel Validation Rules
MIT
laravel validation rules laravel-validations