Skip to content

Commit 7f7ba15

Browse files
committed
bundles - add reason why they are not recommended
1 parent f052268 commit 7f7ba15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Bundle System
66
.. caution::
77

88
In Symfony versions prior to 4.0, it was recommended to organize your own
9-
application code using bundles. This is no longer recommended and bundles
9+
application code using bundles. This is `no longer recommended <https://symfony.com/doc/current/best_practices.html#don-t-create-any-bundle-to-organize-your-application-logic>`_ and bundles
1010
should only be used to share code and features between multiple applications.
1111

1212
A bundle is similar to a plugin in other software, but even better. The core

0 commit comments

Comments
 (0)