diff --git a/configuration.rst b/configuration.rst index f76a2aa09aa..035def1e7c4 100644 --- a/configuration.rst +++ b/configuration.rst @@ -583,6 +583,11 @@ In addition to your own env vars, this ``.env`` file also contains the env vars defined by the third-party packages installed in your application (they are added automatically by :ref:`Symfony Flex ` when installing packages). +.. tip:: + + Since the ``.env`` file is read and parsed on every request, you don't need to + clear the Symfony cache or restart the PHP container if you're using Docker. + .env File Syntax ................