Skip to content

Commit 0ebdf20

Browse files
committed
Added a mention to the make:registration-form command
1 parent 04f4a90 commit 0ebdf20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

forms.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@ implements the interface and provides some utilities::
188188
}
189189
}
190190

191+
.. tip::
192+
193+
Install the `MakerBundle`_ in your project to generate form classes using
194+
the ``make:form`` and ``make:registration-form`` commands.
195+
191196
The form class contains all the directions needed to create the task form. In
192197
controllers extending from the :ref:`AbstractController <the-base-controller-class-services>`,
193198
use the ``createForm()`` helper (otherwise, use the ``create()`` method of the
@@ -968,3 +973,4 @@ Misc.:
968973
/form/without_class
969974

970975
.. _`Symfony Forms screencast series`: https://symfonycasts.com/screencast/symfony-forms
976+
.. _`MakerBundle`: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html

0 commit comments

Comments
 (0)