标签: laravel
我有一个验证案例,如果存在值,则将其验证为布尔值,否则将其跳过。
我的想法是使用sometimes这样的规则:
sometimes
return[ 'my_filed'=>'sometimes|boolean' ];
问题“填充”和sometimes有什么区别?