File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,11 @@ implements the interface and provides some utilities::
188
188
}
189
189
}
190
190
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
+
191
196
The form class contains all the directions needed to create the task form. In
192
197
controllers extending from the :ref: `AbstractController <the-base-controller-class-services >`,
193
198
use the ``createForm() `` helper (otherwise, use the ``create() `` method of the
@@ -968,3 +973,4 @@ Misc.:
968
973
/form/without_class
969
974
970
975
.. _`Symfony Forms screencast series` : https://symfonycasts.com/screencast/symfony-forms
976
+ .. _`MakerBundle` : https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
You can’t perform that action at this time.
0 commit comments