1
I am studying the authentication part of Laravel and basing myself on the following documentation Laravel
I followed every step:
- I set up the database
- I set the routes
- I put the Views
When I walk in: (http://MEU_DOMINIO/public/auth/Register) it opens the form to register new users, but when I click on "Register"
From the following error:
Not Found The requested URL /auth/Register was not found on this server.
I see this is redirecting me to: (http://MEU_DOMINIO/auth/Register)
I tried using the helper route(...)
but as this was not in the official documentation I thought it best to ask here...
Has anyone followed these steps and had the same problem? and has the solution?
You need to post part of your code in order to know what is occurring, in this case I believe your route file is sufficient.
– Kenny Rafael
I didn’t get to post my code here, because it’s like the Laravel documentation, but next time I put it anyway. vlw
– AndersonSouza