From ef996169d0c8260064944afc5f8c2ec7221493cf Mon Sep 17 00:00:00 2001 From: Antonius Golly <3856505+AntoniusGolly@users.noreply.github.com> Date: Fri, 12 Jan 2018 11:33:23 +0100 Subject: [PATCH] Missing link The document says "The Symfony Standard Edition comes with a handy task that creates a fully-functional bundle for you. Of course, creating a bundle by hand is pretty easy as well." What is that handy task? In the following documentation the manual way is described. --- bundles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles.rst b/bundles.rst index dbc0662d897..93c7f13cab0 100644 --- a/bundles.rst +++ b/bundles.rst @@ -45,7 +45,7 @@ Creating a Bundle ----------------- The Symfony Standard Edition comes with a handy task that creates a fully-functional -bundle for you. Of course, creating a bundle by hand is pretty easy as well. +bundle for you. LINK? Of course, creating a bundle by hand is pretty easy as well. To show you how simple the bundle system is, create a new bundle called AcmeTestBundle and enable it.