Skip to content

Commit f7708fd

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: improve .env doc
2 parents d3cdf68 + 4bc8458 commit f7708fd

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
@@ -669,6 +669,11 @@ In addition to your own env vars, this ``.env`` file also contains the env vars
669669
defined by the third-party packages installed in your application (they are
670670
added automatically by :ref:`Symfony Flex <symfony-flex>` when installing packages).
671671

672+
.. tip::
673+
674+
Since the ``.env`` file is read and parsed on every request, you don't need to
675+
clear the Symfony cache or restart the PHP container if you're using Docker.
676+
672677
.env File Syntax
673678
................
674679

0 commit comments

Comments
 (0)