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.
2 parents 4dff16c + 134a7f0 commit e7e52caCopy full SHA for e7e52ca
components/dotenv.rst
@@ -108,8 +108,8 @@ environments by passing them as additional arguments to ``Dotenv::loadEnv()``
108
109
The ``Dotenv::loadEnv()`` method was introduced in Symfony 4.2.
110
111
-You should never store a ``.env`` file in your code repository as it might
112
-contain sensitive information; create a ``.env.dist`` file (or multiple
+You should never store a ``.env.local`` file in your code repository as it might
+contain sensitive information; create a ``.env`` file (or multiple
113
environment-specific ones as shown above) with sensible defaults instead.
114
115
.. note::
0 commit comments