Skip to content

Commit 7ecbe69

Browse files
authored
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.
1 parent 192a270 commit 7ecbe69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bundles.rst

+6
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)