From 145653d2179debaae38c685cc7ffc0e51fb63ab9 Mon Sep 17 00:00:00 2001 From: Daniel Rotter Date: Mon, 17 Dec 2018 15:04:58 +0100 Subject: [PATCH 1/3] Remove Symfony Flex dependency from MakerBundle --- src/Resources/doc/index.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Resources/doc/index.rst b/src/Resources/doc/index.rst index eaf8e22ec..f61381833 100644 --- a/src/Resources/doc/index.rst +++ b/src/Resources/doc/index.rst @@ -1,10 +1,10 @@ -The Symfony MakerBundle +The MakerBundle ======================= Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code. This bundle is an alternative to `SensioGeneratorBundle`_ for modern Symfony -applications and requires using Symfony 3.4 or newer and `Symfony Flex`_. +applications and requires using Symfony 3.4 or newer. Installation ------------ @@ -83,6 +83,5 @@ adding your *own* maker command is so easy, that we recommend that. However, if is some extension point that you'd like, please open an issue so we can discuss! .. _`SensioGeneratorBundle`: https://github.com/sensiolabs/SensioGeneratorBundle -.. _`Symfony Flex`: https://symfony.com/doc/current/setup/flex.html .. _`AbstractMaker`: https://github.com/symfony/maker-bundle/blob/master/src/Maker/AbstractMaker.php .. _`core maker commands`: https://github.com/symfony/maker-bundle/tree/master/src/Maker From 42f89c2cae6f3ea3a22b5e44a119a1688b233cb3 Mon Sep 17 00:00:00 2001 From: Daniel Rotter Date: Mon, 17 Dec 2018 15:08:02 +0100 Subject: [PATCH 2/3] Update index.rst --- src/Resources/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resources/doc/index.rst b/src/Resources/doc/index.rst index f61381833..1fe78aeaa 100644 --- a/src/Resources/doc/index.rst +++ b/src/Resources/doc/index.rst @@ -1,4 +1,4 @@ -The MakerBundle +The Symfony MakerBundle ======================= Symfony Maker helps you create empty commands, controllers, form classes, From ee422ecc18ecd15f7fd3e61a56f885c0db75747c Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Thu, 20 Dec 2018 10:35:03 -0500 Subject: [PATCH 3/3] adding message about dir structure --- src/Resources/doc/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Resources/doc/index.rst b/src/Resources/doc/index.rst index 1fe78aeaa..376c0b9e1 100644 --- a/src/Resources/doc/index.rst +++ b/src/Resources/doc/index.rst @@ -4,7 +4,9 @@ The Symfony MakerBundle Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code. This bundle is an alternative to `SensioGeneratorBundle`_ for modern Symfony -applications and requires using Symfony 3.4 or newer. +applications and requires using Symfony 3.4 or newer. This bundle +assumes you're using a standard Symfony 4 directory structure, but many +commands can generate code into any application. Installation ------------