摘要: 1.创建规则对象php artisan make:rule IdCard2.编写验证规则 <?phpnamespace App\Rules;use Illuminate\Contracts\Validation\Rule;class IdCard implements Rule{ /** * Cre 阅读全文
posted @ 2022-05-25 17:28 CanyingV 阅读(167) 评论(0) 推荐(0) 编辑