We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ebca4 commit d4f1439Copy full SHA for d4f1439
README.md
@@ -67,17 +67,3 @@ terminal.
67
> Symfony Demo application, configure it to point at the `web/` directory of the project.
68
> For more details, see:
69
> https://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html
70
-
71
-Troubleshooting
72
----------------
73
74
-The current Symfony Demo application uses Symfony 3.x version. If you want to
75
-use the legacy Symfony 2.8 version, clone the Git repository and checkout the
76
-`v0.8.4` tag, which is the last one compatible with Symfony 2.8:
77
78
-```bash
79
-$ git clone https://github.com/symfony/symfony-demo symfony_demo
80
-$ cd symfony_demo/
81
-$ git checkout tags/v0.8.4 -b v0.8.4
82
-$ composer install
83
-```
0 commit comments