Answer the question
In order to leave comments, you need to log in
What are the solutions for nested error response in Laravel FormRequest?
Background:
We validate the collection, json comes in response:
representatives.0.email: ["Поле representatives.0.email обязательно для заполнения."]
representatives.0.first_name: ["Поле representatives.0.first_name обязательно для заполнения."]
representatives.1.email: ["Поле representatives.1.email обязательно для заполнения."]
representatives.1.first_name: ["Поле representatives.1.first_name обязательно для заполнения."]
representatives : [
0: {
email: 'текст'
},
1: {
email: 'текст'
},
]
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