You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @barryvdh,
First of all, thank you very much for the package!, it's helping me a lot with a new project.
Like de title says, i need some guide to figure out why i cant get array validations errors in twig.
I can see those errors in blade ViewErrorBag, but not in twig.
Hi @barryvdh,
First of all, thank you very much for the package!, it's helping me a lot with a new project.
Like de title says, i need some guide to figure out why i cant get array validations errors in twig.
I can see those errors in blade ViewErrorBag, but not in twig.
Here a simple example:
web.php
FormController.php
form_test.blade.php
And, for example if I add three jpg files (the validation only accept png), this is what i get:
As you can see, twig only shows the 'file' validation, but not the 'file.*' one.
Any help would be appreciated.
Regards,
Leo
The text was updated successfully, but these errors were encountered: