mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Merge pull request #419
This commit is contained in:
@@ -1 +0,0 @@
|
||||
ref: refs/heads/master
|
||||
@@ -1,5 +0,0 @@
|
||||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = true
|
||||
bare = false
|
||||
logallrefupdates = true
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
".env.dist": ".env.dist",
|
||||
"git/": ".git"
|
||||
".env.dist": ".env.dist"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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