carlosoroc / ixpandit-laravel-cbu-validator
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
pkg:composer/carlosoroc/ixpandit-laravel-cbu-validator
Requires
- php: >=7.2
- illuminate/support: ~5.7
This package is auto-updated.
Last update: 2025-10-20 10:23:00 UTC
README
CBU Validator for Laravel 5
Install
Via Composer
$ composer require reservadelnorte/ixpandit-laravel-cbu-validator
Set providers in app/config.php
'providers' => [ ReservaDelNorte\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]