[Solved] The given data was invalid. – how to know what was wrong?


The ValidationException has an errors() function that will list the validation errors.

dd($e->errors());

should dump them out for viewing.

7

solved The given data was invalid. – how to know what was wrong?