Skip to content

Commit 081bc81

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #471
2 parents 0516ca4 + ec98589 commit 081bc81

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

symfony/framework-bundle/3.3/post-install.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
* <fg=blue>Run</> your application:
66
1. Change to the project directory
77
2. Create your code repository with the <comment>git init</comment> command
8-
3. Execute the <comment>php -S 127.0.0.1:8000 -t public</> command
9-
4. Browse to the <comment>http://localhost:8000/</> URL.
10-
11-
Quit the server with CTRL-C.
12-
Run <comment>composer require server --dev</> for a better web server.
8+
3. Run <comment>composer require server --dev</> to install the development web server,
9+
or configure another supported web server <comment>https://symfony.com/doc/current/setup/web_server_configuration.html</>
1310

1411
* <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>

symfony/framework-bundle/4.2/post-install.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
* <fg=blue>Run</> your application:
66
1. Change to the project directory
77
2. Create your code repository with the <comment>git init</comment> command
8-
3. Execute the <comment>php -S 127.0.0.1:8000 -t public</> command
9-
4. Browse to the <comment>http://localhost:8000/</> URL.
10-
11-
Quit the server with CTRL-C.
12-
Run <comment>composer require server --dev</> for a better web server.
8+
3. Run <comment>composer require server --dev</> to install the development web server,
9+
or configure another supported web server <comment>https://symfony.com/doc/current/setup/web_server_configuration.html</>
1310

1411
* <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>

0 commit comments

Comments
 (0)