| 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: | 2025-10-26 03:13:49 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 13,931 | 
| Monthly Downloads: | 0 | 
| 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]