有没有办法使用自定义验证规则https://laravel.com/docs/5.5/validation#custom-validation-rules
使用表单请求时?
我在文档中没有看到它,只有类似的问题在网络上没有答案。
示例:
php artisan make:rule大写
CustomRequest.php
use App\Rules\Uppercase;
protected $rules = [
'Names' => ['required','string', new Uppercase],
]
UserController.php
public funcion store(CustomRequest $Request)
{
}
任何想法?
message常量表达式包含无效操作 异常Symfony \ Component \ Debug \ Exception \ FatalErrorException 文件C:\ xampp \ htdocs \ jireh \ app \ Http \ Requests \ CustomRequest.php 行:22