File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 5
5
* <fg=blue>Run</> your application:
6
6
1. Change to the project directory
7
7
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</>
13
10
14
11
* <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>
Original file line number Diff line number Diff line change 5
5
* <fg=blue>Run</> your application:
6
6
1. Change to the project directory
7
7
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</>
13
10
14
11
* <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>
You can’t perform that action at this time.
0 commit comments