douweng7233 2017-11-08 10:31
浏览 224

如果字段1填充,则Laravel验证字段2应为空

How can I validate if field end_date is filled, field start_time should be empty? something like: 'start_time' => 'empty_with:end_date'

public function rules()
{
    return [
        'start_date'    => 'required',
        'end_date'      => 'nullable|after:start_date',
        'start_time'    => 'empty_with:end_date',
        'end_time'      => 'required_with:start_time',
    ];
}
  • 写回答

1条回答 默认 最新

  • duanmeng1862 2017-11-08 10:33
    关注

    Use the required_without validation if you want the start_time to be required when end_date is empty

     'start_time'    => 'required_without:end_date',
    

    The field under validation must be present and not empty only when any of the other specified fields are not present.

    评论

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度