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
Simptoms: everything looks fine in the controller, model, request, but validation errors DO NOT SHOW; After validation (which does happen), you are redirected back to the create/edit page, but without showing any errors and with emptied fields.
If you happen to spend A LOT of time trying to figure out, here it is:
in your routes.php file, make sure your CRUD panel is not behind the web middleware.
That's it.
The text was updated successfully, but these errors were encountered:
Simptoms: everything looks fine in the controller, model, request, but validation errors DO NOT SHOW; After validation (which does happen), you are redirected back to the create/edit page, but without showing any errors and with emptied fields.
If you happen to spend A LOT of time trying to figure out, here it is:
routes.php
file, make sure your CRUD panel is not behind theweb
middleware.That's it.
The text was updated successfully, but these errors were encountered: