From 203557f5beab4e8ef503995e068138e84fcea8ee Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Wed, 31 Jan 2018 15:02:14 -0500 Subject: [PATCH] Reverting #353, which does not allow assets to load --- 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 7182d1e1..149e7f7b 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 public/index.php command; + 2. Execute the php -S 127.0.0.1:8000 -t public command; 3. Browse to the http://localhost:8000/ URL. Quit the server with CTRL-C.