We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e687f5d commit c24862bCopy full SHA for c24862b
best_practices/creating-the-project.rst
@@ -114,9 +114,7 @@ Symfony documentation uses the AppBundle name.
114
.. note::
115
116
Another reason to create a new bundle is when you're overriding something
117
- in a vendor's bundle. For instance, if you have to override an action of
118
- the FOSUserBundle, then you should create a UserBundle that would be used
119
- only for this purpose.
+ in a vendor's bundle (e.g. a controller). See :doc:`/cookbook/bundles/inheritance`.
120
121
All in all, this is the typical directory structure of a Symfony application
122
that follows these best practices:
0 commit comments