📌  相关文章
📜  在 laravel 中选中不适用复选框时不需要字段 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:55.740000             🧑  作者: Mango

代码示例1
// when some checked no checkbox and description field not required otherwise required
'description' => 'required_unless:descriptionNotApplicable,yes|max:150'