going to localhost/project-name does not show welcome page
-
Right now it's showing me this
https://www.screencast.com/t/zogWcax5wCuDid I do something wrong on the installation?
-
okay. so it isn't working when i access it from localhost/project-name
but it works when i go to project-name.dev/
is this normal behavior? thanks!
-
@reinart :
You have public folder, so the right path is:
http://localhost/project-name/publicHowever, you can use:
http://project-name.devIt is a well-known feature of Laragon.