Posts by José Edson • 1 point
2 posts
-
0
votes1
answer493
viewsA: Place auth folder in subfolder (Laravel)
On your terminal using php artisan route:list you will be able to see all routes related to Laravel authentication. By changing the views directory you should also change all the calls that have…
-
-1
votes1
answer2141
viewsA: Host website in Aravel
In your server’s public_html folder, put all the files in your project’s public folder. Now at the root of your server (outside of public_html), you upload all the other files. Follows Source.…