Skip to content

Commit 8f45dc4

Browse files
Removed a too-early mention to MakerBundle
1 parent 2b9203b commit 8f45dc4

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

page_creation.rst

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,6 @@ to creating a page?
9191
return a ``Response`` object. You'll learn more about :doc:`controllers </controller>`
9292
in their own section, including how to return JSON responses.
9393

94-
.. tip::
95-
96-
To create controllers faster, let Symfony generate it for you:
97-
98-
.. code-block:: terminal
99-
100-
$ php bin/console make:controller
101-
102-
Note: You will need to have maker-bundle package installed, which you can do by running:
103-
104-
.. code-block:: terminal
105-
106-
$ composer require symfony/maker-bundle --dev
107-
10894
.. _annotation-routes:
10995

11096
Annotation Routes

0 commit comments

Comments
 (0)