8000
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 4ac5b91 commit ee02b68Copy full SHA for ee02b68
configuration.rst
@@ -792,7 +792,9 @@ the right situation:
792
but the overrides only apply to one environment.
793
794
*Real* environment variables always win over env vars created by any of the
795
-``.env`` files.
+``.env`` files. This behavior depends on
796
+`variables_order <http://php.net/manual/en/ini.core.php#ini.variables-order>`_ to
797
+contain an ``E`` to expose the ``$_ENV`` superglobal.
798
799
The ``.env`` and ``.env.<environment>`` files should be committed to the
800
repository because they are the same for all developers and machines. However,
0 commit comments