Posts by Matheus costa • 11 points
2 posts
-
0
votes0
answers38
viewsQ: I am unable to authenticate using middleware auth from the Standard
I can do normal authentication when I don’t put the routes inside a group. When I put the routes that can only be accessed with login, the page does not redirect to the administrative area. When I…
-
1
votes1
answer61
viewsQ: Is it possible for me to pass an array or POST as a parameter and save to the database without having to put in local variables?
I have a form with personal data of the client and I wanted to send this data to a class that has a method that saves the data in the database, but the form is very large and I wanted to send an…