We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scanDirectories
1 parent 4ae5cbe commit fe5f5d8Copy full SHA for fe5f5d8
README.md
@@ -66,6 +66,9 @@ parameters:
66
container_xml_path: var/cache/dev/srcApp_KernelDevDebugContainer.xml
67
# or with Symfony 5+
68
container_xml_path: var/cache/dev/App_KernelDevDebugContainer.xml
69
+ # If you're using PHP config files for Symfony 5.3+, you also need this for auto-loading of `Symfony\Config`:
70
+ scanDirectories:
71
+ - var/cache/dev/Symfony/Config
72
```
73
74
## Constant hassers
0 commit comments