Skip to content

Commit 1139b0b

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: improve .env doc
2 parents 408e4db + f7708fd commit 1139b0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configuration.rst

+5
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,11 @@ In addition to your own env vars, this ``.env`` file also contains the env vars
672672
defined by the third-party packages installed in your application (they are
673673
added automatically by :ref:`Symfony Flex <symfony-flex>` when installing packages).
674674

675+
.. tip::
676+
677+
Since the ``.env`` file is read and parsed on every request, you don't need to
678+
clear the Symfony cache or restart the PHP container if you're using Docker.
679+
675680
.env File Syntax
676681
................
677682

0 commit comments

Comments
 (0)