From 5c34959e89158c30b405ed741a71b1a137d9f8f4 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 29 Sep 2025 09:31:46 +0200 Subject: [PATCH] [Bundles] Add a link to SymfonyCasts tutorial about Symfony Bundle development --- bundles.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bundles.rst b/bundles.rst index 3e590a4e2aa..d8033727147 100644 --- a/bundles.rst +++ b/bundles.rst @@ -9,6 +9,10 @@ The Bundle System application code using bundles. This is :ref:`no longer recommended ` and bundles should only be used to share code and features between multiple applications. +.. screencast:: + + Do you prefer video tutorials? Check out the `Symfony Bundle Development screencast series`_. + A bundle is similar to a plugin in other software, but even better. The core features of Symfony framework are implemented with bundles (FrameworkBundle, SecurityBundle, DebugBundle, etc.) Bundles are also used to add new features in @@ -169,3 +173,4 @@ Learn more .. _`third-party bundles`: https://github.com/search?q=topic%3Asymfony-bundle&type=Repositories .. _`Symfony 4.4 bundle documentation`: https://symfony.com/doc/4.4/bundles.html#bundle-directory-structure .. _`PSR-4`: https://www.php-fig.org/psr/psr-4/ +.. _`Symfony Bundle Development screencast series`: https://symfonycasts.com/screencast/bundle-development