Closed
Description
I think the documentation should be a bit clearer on the limitation of %env(…)%
placeholders inside a bundle's semantic configuration.
-
Reading the section "Configuration Based on Environment Variables", an app developer could get the impression that they could simply replace arbitrary pieces of the bundle configuration with env variables (see [DotEnv] Cannot pass .env parameters in bundles config symfony#39625).
-
The guide "How to Create Friendly Configuration for a Bundle" should explain how to deal with env placeholders and how to not break the laziness of env variables at compile time.