比如:email 和 phone 有一个填了就验证通过,验证规则该怎么写? 回复内容: 比如:email 和 phone 有一个填了就验证通过,验证规则该怎么写? 'email' => 'required_without:phone', 'phone' => 'required_without:email',登录后复制 详见:https://laravel.com/docs/5.3/...