Package Data | |
---|---|
Maintainer Username: | mrodriguez777 |
Maintainer Contact: | martin_rodriguez777@hotmail.com (Martin Maximiliano Rodriguez) |
Package Create Date: | 2017-09-05 |
Package Last Update: | 2018-06-06 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:17:21 |
Package Statistics | |
---|---|
Total Downloads: | 13,930 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
CBU Validator for Laravel 5
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.',
The MIT License (MIT). Please see License File for more information.
© 2017 [Martin Maximiliano Rodriguez]