cardumen/cuit-cbu-validator

Laravel CUIT CBU Validation for Argentina
491 6
Install
composer require cardumen/cuit-cbu-validator
Latest Version:2.1.4
PHP:>=7.0.0
License:MIT
Last Updated:Mar 5, 2018
Links: GitHub  ·  Packagist
Maintainer: ateszki

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

Related Packages

maurocasas/laravel-cbu

CBU validation for Laravel

2 0
tylercd100/laravel-validator-phone

Validate that a phone number is in the correct format

4,377 3
ellisio/laravel-phone

A phone validator for Laravel using the free Twilio phone lookup service.

29,983 11
tylercd100/laravel-validator-color

Validate that a certain value is a valid CSS color string in Laravel 5

81,234 15