Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e7e52ca

Browse filesBrowse files
committed
Merge branch '4.3' into 4.4
* 4.3: Change language about storing .env files in the repo
2 parents 4dff16c + 134a7f0 commit e7e52ca
Copy full SHA for e7e52ca

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎components/dotenv.rst

Copy file name to clipboardExpand all lines: components/dotenv.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ environments by passing them as additional arguments to ``Dotenv::loadEnv()``
108108

109109
The ``Dotenv::loadEnv()`` method was introduced in Symfony 4.2.
110110

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
111+
You should never store a ``.env.local`` file in your code repository as it might
112+
contain sensitive information; create a ``.env`` file (or multiple
113113
environment-specific ones as shown above) with sensible defaults instead.
114114

115115
.. note::

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.