We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5404ee4 commit 557d568Copy full SHA for 557d568
configuration.rst
@@ -767,7 +767,9 @@ the right situation:
767
but the overrides only apply to one environment.
768
769
*Real* environment variables always win over env vars created by any of the
770
-``.env`` files.
+``.env`` files. This behavior depends on
771
+`variables_order <http://php.net/manual/en/ini.core.php#ini.variables-order>`_ to
772
+contain an ``E`` to expose the ``$_ENV`` superglobal.
773
774
The ``.env`` and ``.env.<environment>`` files should be committed to the
775
repository because they are the same for all developers and machines. However,
0 commit comments