php - Laravel Installation directory location -
laravel's documentation not explicitly execute "laravel new project_name"? should executed @ webserver's root htdocs or www? use wamp server in windows.
it should executed @ parent folder of htdocs or www.
the laravel folder can't live in htdocs, expose sensitive files.
after that, must map laravel_myapp/public htdocs/myapp.
you can symlink laravel_myapp/public folder want in htdocs.
Comments
Post a Comment