Merge pull request #419

This commit is contained in:
symfony-flex-server[bot]
2018-06-08 07:27:25 +00:00
committed by GitHub
6 changed files with 4 additions and 10 deletions
-1
View File
@@ -1 +0,0 @@
ref: refs/heads/master
-5
View File
@@ -1,5 +0,0 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
+1 -2
View File
@@ -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.