moved etc/ to config/ and web/ to public/

This commit is contained in:
Fabien Potencier
2017-07-03 15:36:25 +03:00
parent 499cad4f16
commit bf2148f9f1
51 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ serve_as_php:
@printf "\033[32;49mServer listening on http://127.0.0.1:8000\033[39m\n";
@printf "Quit the server with CTRL-C.\n"
@printf "Run \033[32mcomposer require symfony/web-server-bundle\033[39m for a better web server\n"
php -S 127.0.0.1:8000 -t web
php -S 127.0.0.1:8000 -t public
serve:
@${MAKE} serve_as_sf