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 fe0725d commit 8df0a5bCopy full SHA for 8df0a5b
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