reservadelnorte/laravel-ixpandit-cbu-validator

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

Ixpandit Cbu Validator for Laravel 5

Installs: 6 159

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 1

pkg:composer/reservadelnorte/laravel-ixpandit-cbu-validator

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]