symfony-docs
symfony-docs copied to clipboard
Add hint about variables_order ini setting required
I read about real environment variables always winning, when using dotenv - but my setup did not work like this. And I noticed that my variables_order ini setting was set to the default of debian production settings, which does not expose $_ENV by default.
Thus I added a sentence right behind stating that this depends on $_ENV superglobal being filled, which also needs variables_order to contain an uppercase E.