From d4a7000abdee81d2fb9147f123ff2acee756399b Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 27 Jan 2018 12:10:45 +0100 Subject: [PATCH] tweak internal web server arguments --- symfony/framework-bundle/3.3/post-install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/framework-bundle/3.3/post-install.txt b/symfony/framework-bundle/3.3/post-install.txt index 149e7f7b..7182d1e1 100644 --- a/symfony/framework-bundle/3.3/post-install.txt +++ b/symfony/framework-bundle/3.3/post-install.txt @@ -4,7 +4,7 @@ * Run your application: 1. Change to the project directory - 2. Execute the php -S 127.0.0.1:8000 -t public command; + 2. Execute the php -S 127.0.0.1:8000 public/index.php command; 3. Browse to the http://localhost:8000/ URL. Quit the server with CTRL-C.