mrodriguez777/laravel-cbu-validator

Cbu Validator for Laravel 5

Installs: 13 931

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mrodriguez777/laravel-cbu-validator

1.2.1 2018-06-06 19:40 UTC

This package is not auto-updated.

Last update: 2025-10-31 10:21:06 UTC


README

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]