We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f200b0 + 5453e03 commit afd8efaCopy full SHA for afd8efa
README.md
@@ -30,6 +30,8 @@ includes:
30
parameters:
31
symfony:
32
container_xml_path: %rootDir%/../../../var/cache/dev/srcDevDebugProjectContainer.xml
33
+ # or with Symfony 4.2+
34
+ container_xml_path: '%rootDir%/../../../var/cache/dev/srcApp_KernelDevDebugContainer.xml'
35
```
36
37
You have to provide a path to `srcDevDebugProjectContainer.xml` or similar xml file describing your container.
0 commit comments