From 15027c7b3bec95fcf2c22624a9c840bd03bcd446 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 27 Apr 2017 11:25:58 -0400 Subject: [PATCH] added a note about the auto-registration of Symfony bundles --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index a04e48e7..8d2f103a 100644 --- a/README.rst +++ b/README.rst @@ -35,6 +35,12 @@ The following example shows the real directory structure of some Symfony recipes All the ``manifest.json`` file contents are optional and they are divided into options and configurators. +.. note:: + + Don't create a recipe for Symfony bundles if the only configuration in the + manifest is the registration of the bundle for all environments, as this is + done automatically. + Options -------