Skip to content

Commit 29900e9

Browse files
committed
minor #8978 This doc doesn't apply to version 3.4 (Romain)
This PR was merged into the 3.4 branch. Discussion ---------- This doc doesn't apply to version 3.4 This documentation doesn't seem to apply to version 3.4. I tried to use it without any success. I think that we should display a disclaimer since v3.4 doesn't use the bundle concept anymore. Commits ------- 7ecbe69 This doc doesn't apply to version 3.4
2 parents 3717fa6 + 7ecbe69 commit 29900e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bundles.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
The Bundle System
77
=================
88

9+
.. caution::
10+
11+
In Symfony versions prior to 3.4, it was recommended to organize your own
12+
application code using bundles. This is no longer recommended and bundles
13+
should only be used to share code and features between multiple applications.
14+
915
A bundle is similar to a plugin in other software, but even better. The key
1016
difference is that *everything* is a bundle in Symfony, including both the
1117
core framework functionality and the code written for your application.

0 commit comments

Comments
 (0)