From 7ecbe698ff80384a41ac490fcbe5846f2d7197ae Mon Sep 17 00:00:00 2001 From: Romain Biard Date: Thu, 4 Jan 2018 11:56:04 -0300 Subject: [PATCH] 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. --- bundles.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bundles.rst b/bundles.rst index f6c03cc451d..81d876d6e99 100644 --- a/bundles.rst +++ b/bundles.rst @@ -6,6 +6,12 @@ The Bundle System ================= +.. caution:: + + In Symfony versions prior to 3.4, it was recommended to organize your own + application code using bundles. This is no longer recommended and bundles + should only be used to share code and features between multiple applications. + A bundle is similar to a plugin in other software, but even better. The key difference is that *everything* is a bundle in Symfony, including both the core framework functionality and the code written for your application.