File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,8 @@ values is that it's complicated to redefine their values in your tests.
160
160
Business Logic
161
161
--------------
162
162
163
+ .. _best-practice-no-application-bundles :
164
+
163
165
Don't Create any Bundle to Organize your Application Logic
164
166
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
165
167
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The Bundle System
6
6
.. caution ::
7
7
8
8
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 :ref: ` no longer recommended < best-practice-no-application-bundles >` and bundles
10
10
should only be used to share code and features between multiple applications.
11
11
12
12
A bundle is similar to a plugin in other software, but even better. The core
You can’t perform that action at this time.
0 commit comments