Skip to content

Commit 7b9ac69

Browse files
committed
improve .env doc
1 parent fe518d1 commit 7b9ac69

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

586+
.. tip::
587+
588+
Since the ``.env`` file is read and parsed on every request, you don't need to
589+
clear the Symfony cache or restart the PHP container if you're using Docker.
590+
586591
.env File Syntax
587592
................
588593

0 commit comments

Comments
 (0)