Merge pull request #471

This commit is contained in:
symfony-flex-server[bot]
2018-10-28 18:51:13 +00:00
committed by GitHub
2 changed files with 4 additions and 10 deletions
@@ -5,10 +5,7 @@
* <fg=blue>Run</> your application:
1. Change to the project directory
2. Create your code repository with the <comment>git init</comment> command
3. Execute the <comment>php -S 127.0.0.1:8000 -t public</> command
4. Browse to the <comment>http://localhost:8000/</> URL.
Quit the server with CTRL-C.
Run <comment>composer require server --dev</> for a better web server.
3. Run <comment>composer require server --dev</> to install the development web server,
or configure another supported web server <comment>https://symfony.com/doc/current/setup/web_server_configuration.html</>
* <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>
@@ -5,10 +5,7 @@
* <fg=blue>Run</> your application:
1. Change to the project directory
2. Create your code repository with the <comment>git init</comment> command
3. Execute the <comment>php -S 127.0.0.1:8000 -t public</> command
4. Browse to the <comment>http://localhost:8000/</> URL.
Quit the server with CTRL-C.
Run <comment>composer require server --dev</> for a better web server.
3. Run <comment>composer require server --dev</> to install the development web server,
or configure another supported web server <comment>https://symfony.com/doc/current/setup/web_server_configuration.html</>
* <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>