Looking to hire Laravel developers? Try LaraJobs

laravel-cbu-validator maintained by mrodriguez777

Description
Cbu Validator for Laravel 5
Last update
2018/06/06 21:40 (dev-master)
License
Downloads
13 931

Comments
comments powered by Disqus

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]