Answer the question
In order to leave comments, you need to log in
How to organize a similar validation of a multidimensional array in laravel?
Hey!
I want to validate a multidimensional array in laravel.
The request comes with bundles that have fields:
Бандл 1
---Поле 1
---Поле 2
Бандл 2
---Поле 1
"bundles.0.fields.*.name" => "distinct"
"bundles.1.fields.*.name" => "distinct"
"bundles.0.fields.0.name" => "distinct"
"bundles.0.fields.1.name" => "distinct"
"bundles.1.fields.0.name" => "distinct"
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