reservadelnorte/laravel-ixpandit-cbu-validator

This package is abandoned and no longer maintained. No replacement package was suggested.

Ixpandit Cbu Validator for Laravel 5

1.0.8 2018-11-26 21:16 UTC

README

Ixpandit CBU Validator for Laravel 5

Install

Via Composer

$ composer require reservadelnorte/laravel-ixpandit-cbu-validator

Set providers in app/config.php

'providers' => [
    Ixpandit\IxpanditCbuValidator\IxpanditCbuValidatorServiceProvider::class,
]

Use

public function rules()
{
	return ['cbu' => 'ixpandit_cbu'];
}

License

The MIT License (MIT). Please see License File for more information.

© 2018 [Ignacio Mariano Gonzalez]