...
Info | ||
---|---|---|
| ||
Service container extensions are called only when the container is being compiled, so there is nothing to worry about regarding performance. |
Note |
---|
In dev environment, each time you modify files loaded this way, you'll need to manually clear the cache as Symfony doesn't check modification time on them. |
Tip |
---|
Loading configuration this way lets you override settings in your main |
...