jorgelsaud / custom-validators
Laravel 自定义验证规则
V1.0.1
2016-01-25 15:32 UTC
Requires
- illuminate/validation: ^5.2
This package is not auto-updated.
Last update: 2024-09-14 19:36:34 UTC
README
Laravel 自定义验证规则 在本包中,我们可以为 Laravel 添加 alpha_space 验证规则
要安装它,您必须在终端中执行以下命令
composer require jorgelsaud/custom-validators
然后,您必须通过将其添加到 config/app.php 配置文件的 providers 部分来激活其 ServiceProvider
jorgelsaud\CustomValidators\CustomValidationsServiceProvider::class
然后,您可以在任何验证位置使用 alpha_space 验证规则