File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ The Bundle System
9
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
+ .. screencast ::
13
+
14
+ Do you prefer video tutorials? Check out the `Symfony Bundle Development screencast series `_.
15
+
12
16
A bundle is similar to a plugin in other software, but even better. The core
13
17
features of Symfony framework are implemented with bundles (FrameworkBundle,
14
18
SecurityBundle, DebugBundle, etc.) Bundles are also used to add new features in
@@ -169,3 +173,4 @@ Learn more
169
173
.. _`third-party bundles` : https://github.com/search?q=topic%3Asymfony-bundle&type=Repositories
170
174
.. _`Symfony 4.4 bundle documentation` : https://symfony.com/doc/4.4/bundles.html#bundle-directory-structure
171
175
.. _`PSR-4` : https://www.php-fig.org/psr/psr-4/
176
+ .. _`Symfony Bundle Development screencast series` : https://symfonycasts.com/screencast/bundle-development
You can’t perform that action at this time.
0 commit comments