Skip to content

Commit cd72fa8

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #419
2 parents 3924436 + a592c0c commit cd72fa8

File tree

6 files changed

+4
-10
lines changed

6 files changed

+4
-10
lines changed

symfony/flex/1.0/git/HEAD

Lines changed: 0 additions & 1 deletion
This file was deleted.

symfony/flex/1.0/git/config

Lines changed: 0 additions & 5 deletions
This file was deleted.

symfony/flex/1.0/git/objects/.gitignore

Whitespace-only changes.

symfony/flex/1.0/git/refs/.gitignore

Whitespace-only changes.

symfony/flex/1.0/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"copy-from-recipe": {
3-
".env.dist": ".env.dist",
4-
"git/": ".git"
3+
".env.dist": ".env.dist"
54
}
65
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
* <fg=blue>Run</> your application:
66
1. Change to the project directory
7-
2. Execute the <comment>php -S 127.0.0.1:8000 -t public</> command;
8-
3. Browse to the <comment>http://localhost:8000/</> URL.
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.
910

1011
Quit the server with CTRL-C.
1112
Run <comment>composer require server --dev</> for a better web server.

0 commit comments

Comments
 (0)