jorgelsaud/custom-validators
Composer 安装命令:
composer require jorgelsaud/custom-validators
包简介
Custom Validation Rules For Laravel
README 文档
README
Custom Validation Rules For Laravel In this package we can add a alpha_space validation rule to our Laravel
To install it you must execute the following command in terminal
composer require jorgelsaud/custom-validators
Then you must activate its ServiceProvider adding it in the config/app.php providers section
jorgelsaud\CustomValidators\CustomValidationsServiceProvider::class
and then you can use the validation rule alpha_space in any validation place
if you have one Rule to add please tell me and i will add it
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-01-25