'cycleForms.*.files.*.realisation_end_date' => [
'required_unless:cycleForms.*.files.*.file,!=,Pilih File',
],
'cycleForms.*.files.*.file' => [
'required_without_all:cycleForms.*.files.*.realisation_end_date',
'different:Pilih File',
]
我想要 当文件不等于“ Pilih文件”时,realisation_end_date验证(工作)
和
当realisation_end_date不为null并且文件不等于“ Pilih File”(无效)时,文件进行验证