We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e0f1f commit 67e208dCopy full SHA for 67e208d
README.md
@@ -69,6 +69,10 @@ parameters:
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
+ # If you're using PHP config files (including the ones under packages/*.php) for Symfony 5.3+,
73
+ # you need this to load the helper functions (i.e. service(), env()):
74
+ scanFiles:
75
+ - vendor/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php
76
```
77
78
## Constant hassers
0 commit comments