[ad_1]
The ValidationException has an errors() function that will list the validation errors.
dd($e->errors());
should dump them out for viewing.
7
[ad_2]
solved The given data was invalid. – how to know what was wrong?
[ad_1]
The ValidationException has an errors() function that will list the validation errors.
dd($e->errors());
should dump them out for viewing.
7
[ad_2]
solved The given data was invalid. – how to know what was wrong?