We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9203b commit 8f45dc4Copy full SHA for 8f45dc4
page_creation.rst
@@ -91,20 +91,6 @@ to creating a page?
91
return a ``Response`` object. You'll learn more about :doc:`controllers </controller>`
92
in their own section, including how to return JSON responses.
93
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
105
106
- $ composer require symfony/maker-bundle --dev
107
108
.. _annotation-routes:
109
110
Annotation Routes
0 commit comments