Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/Resources/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 and `Symfony Flex`_.
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
------------
Expand Down Expand Up @@ -83,6 +85,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