mirror of
https://github.com/symfony/recipes.git
synced 2026-09-20 03:26:23 +03:00
Remove empty git repository
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
|
||||
* <fg=blue>Run</> your application:
|
||||
1. Change to the project directory
|
||||
2. Execute the <comment>php -S 127.0.0.1:8000 -t public</> command;
|
||||
3. Browse to the <comment>http://localhost:8000/</> URL.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user