mrodriguez777/laravel-cbu-validator
Cbu Validator for Laravel 5
13,931
1
| Install | |
|---|---|
composer require mrodriguez777/laravel-cbu-validator |
|
| Latest Version: | 1.2.1 |
| PHP: | >=5.6.0|>=7.0 |
| License: | MIT |
| Last Updated: | Jun 6, 2018 |
| Links: | GitHub · Packagist |
Maintainer: mrodriguez777
Laravel Cbu Validator
CBU Validator for Laravel 5
Install
Via Composer
$ composer require mrodriguez777/laravel-cbu-validator
Set providers in app/config.php
'providers' => [
Mrodriguez777\CbuValidator\CbuValidatorServiceProvider::class,
]
Lastly, create the validation messages for the new rules by adding the following lines to resources/lang/en/validation.php
'cbu' => 'The :attribute format is invalid.',
License
The MIT License (MIT). Please see License File for more information.
© 2017 [Martin Maximiliano Rodriguez]