Skip to content

Commit 242b214

Browse files
committed
Added a "Troubleshooting" section in the README
1 parent b5867bd commit 242b214

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,17 @@ terminal.
6767
> Symfony Demo application, configure it to point at the `web/` directory of the project.
6868
> For more details, see:
6969
> 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

Comments
 (0)