cardumen/cuit-cbu-validator
最新稳定版本:2.1.4
Composer 安装命令:
composer require cardumen/cuit-cbu-validator
包简介
Laravel CUIT CBU Validation for Argentina
README 文档
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
- Cardumen - Github
License
This project is open-sourced software licensed under the MIT license
统计信息
- 总下载量: 485
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-03-05