desarrollo-cooperativo / laravel-cuit-cbu-validators by ateszki

Laravel CUIT CBU Validation for Argentina
237
6
2
Package Data
Maintainer Username: ateszki
Maintainer Contact: ateszki@gmail.com (Andrés Teszkiewikcz @ Cardumen)
Package Create Date: 2016-05-11
Package Last Update: 2018-03-05
Language: PHP
License: MIT
Last Refreshed: 2024-04-19 15:01:46
Package Statistics
Total Downloads: 237
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 6
Total Watchers: 2
Total Forks: 4
Total Open Issues: 0

Laravel 5 CUIT CBU Validators for Argentina

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