Answer the question
In order to leave comments, you need to log in
Why is required_if validation not working?
'form' => 'bail|required|array',
'form.type' => 'bail|required|string|in:one,two',
'form.method' => 'bail|required_if:form.type,one|string|min:1|max:8',
form [
'type' => 'two',
'method'' => '',
]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question