cardumen/cuit-cbu-validator

Laravel CUIT CBU Validation for Argentina

2.1.4 2018-03-05 15:47 UTC

This package is not auto-updated.

Last update: 2024-04-19 21:20:27 UTC


README

Installation

To install this package include it in your composer.json

composer require cardumen/cuit-cbu-validator:~2.1.4

Add the Service Provider to the provider array in your config/app.php

Cardumen\CuitCbuValidator\LaravelCuitCbuValidator::class

Using

Now you have a validator cuit and cbu

		$rules = [
            'cbu'=>['required',new \App\Rules\Cbu()],
            'cuit'=>['required',new \App\Rules\Cuit()],
            ];

Contributors

  • Andrés Teszkiewicz - Github

Company

License

This project is open-sourced software licensed under the MIT license