added a note about the auto-registration of Symfony bundles

This commit is contained in:
Fabien Potencier
2017-04-27 11:25:58 -04:00
parent 5088124151
commit 15027c7b3b
+6
View File
@@ -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
-------