1
I registered some authenticated routes (I already have the authentication pages created with the make:auth
) and they work right, every time I try to access these routes in an anonymous tab it falls on the address
http://localhost/siteBaldesbr/public/login
my doubt is: where are configured the authentication routes that define the destination of pages such as"/login", "Register" among others?
got it...but how do I edit the routes? in which file are the details of Auth::Routes(); ?
– Horacio J.
Ai Voce needs to rewrite them, create routes with the same names and so they will be overwritten
– Eduardo Gonçalves