Skip to content

Commit 4bc8458

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: improve .env doc
2 parents e6ddcd2 + ae892ab commit 4bc8458

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

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

0 commit comments

Comments
 (0)