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 b5867bd commit 242b214Copy full SHA for 242b214
README.md
@@ -67,3 +67,17 @@ terminal.
67
> Symfony Demo application, configure it to point at the `web/` directory of the project.
68
> For more details, see:
69
> http://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
80
+$ cd symfony-demo/
81
+$ git checkout tags/v0.8.4 -b v0.8.4
82
+$ composer install
83
+```
0 commit comments