Hi Fokls, This is common asking question when you need to change the laravl login url in fortify. Somedays ago i tried many ways to change the fortify login url. So after i got this method below and its tested. Its Working efficiently, you can check this example.
- Firstly go to your
FortifyServiceProvider
and now you have add this below code inboot()
method
now its look like
Then copy Fortify's routes definitions to your ./routes/web.php file.
Then go to web.php, need to keep the controllers imports file and you can make changes accordingly.
Thanks For read please comments if its not solved yet
Read More for different Category