Skip to content

Commit e948bf8

Browse files
committed
improve .env doc
1 parent fe518d1 commit e948bf8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

configuration.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,12 @@ 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 cache on ``dev`` environment nor to restart the (PHP) container in case
590+
you are using docker.
591+
586592
.env File Syntax
587593
................
588594

0 commit comments

Comments
 (0)