比如:email 和 phone 有一个填了就验证通过,验证规则该怎么写?
认证0级讲师
'email' => 'required_without:phone', 'phone' => 'required_without:email',
详见:https://laravel.com/docs/5.3/...
详见:
https://laravel.com/docs/5.3/...