Looking to hire Laravel developers? Try LaraJobs

ixpandit-laravel-cbu-validator maintained by carlosoroc

Author
Reserva del Norte
Last update
2020/08/19 23:41 (v1.0.0)
License
Downloads
1

Comments
comments powered by Disqus

Laravel Cbu Validator

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]