Answer the question
In order to leave comments, you need to log in
How to correctly parse response with form errors in laravel?
Hello, I'm making a frontend for laravel.
I have dynamically created fields:
There is an unlimited number of rows, each of which has room_id and name
fields. The fields are validated as follows:
$validationRules['related.'. $key . '.room_id'] = ['required'];
$validationRules['related.'. $key . '.name'] = ['required'];
Answer the question
In order to leave comments, you need to log in
You can specify custom values in the translation file. Perhaps this will help.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question