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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -