laravel-code-generator icon indicating copy to clipboard operation
laravel-code-generator copied to clipboard

Validations messages

Open diorz38 opened this issue 5 years ago • 1 comments

Is your feature request related to a problem? Please describe. This about validation error messages, its hard to track what wrong with the validated request, because it only shows a single uninformative error message to the user.

Describe the solution you'd like can it show all of the error messages, just let it all out.

Describe alternatives you've considered I can change the validation behavior, but it will be nice if it comes as default.

I really love this package, and I want it better and better.

Best regards.

Thx

diorz38 avatar Apr 13 '20 13:04 diorz38

you have to place the validation function getdata() outside the try catch block

Unisolgr14 avatar Aug 26 '22 15:08 Unisolgr14