diff --git a/symfony/flex/1.0/git/HEAD b/symfony/flex/1.0/git/HEAD deleted file mode 100644 index cb089cd8..00000000 --- a/symfony/flex/1.0/git/HEAD +++ /dev/null @@ -1 +0,0 @@ -ref: refs/heads/master diff --git a/symfony/flex/1.0/git/config b/symfony/flex/1.0/git/config deleted file mode 100644 index 515f4836..00000000 --- a/symfony/flex/1.0/git/config +++ /dev/null @@ -1,5 +0,0 @@ -[core] - repositoryformatversion = 0 - filemode = true - bare = false - logallrefupdates = true diff --git a/symfony/flex/1.0/git/objects/.gitignore b/symfony/flex/1.0/git/objects/.gitignore deleted file mode 100644 index e69de29b..00000000 diff --git a/symfony/flex/1.0/git/refs/.gitignore b/symfony/flex/1.0/git/refs/.gitignore deleted file mode 100644 index e69de29b..00000000 diff --git a/symfony/flex/1.0/manifest.json b/symfony/flex/1.0/manifest.json index 5f061306..b7bcea82 100644 --- a/symfony/flex/1.0/manifest.json +++ b/symfony/flex/1.0/manifest.json @@ -1,6 +1,5 @@ { "copy-from-recipe": { - ".env.dist": ".env.dist", - "git/": ".git" + ".env.dist": ".env.dist" } } diff --git a/symfony/framework-bundle/3.3/post-install.txt b/symfony/framework-bundle/3.3/post-install.txt index 149e7f7b..6aaefd13 100644 --- a/symfony/framework-bundle/3.3/post-install.txt +++ b/symfony/framework-bundle/3.3/post-install.txt @@ -4,8 +4,9 @@ * Run your application: 1. Change to the project directory - 2. Execute the php -S 127.0.0.1:8000 -t public command; - 3. Browse to the http://localhost:8000/ URL. + 2. Create your code repository with the git init command + 3. Execute the php -S 127.0.0.1:8000 -t public command + 4. Browse to the http://localhost:8000/ URL. Quit the server with CTRL-C. Run composer require server --dev for a better web server.