Skip to content

Commit 2b9203b

Browse files
authored
Update page_creation.rst
Adding a quick Tip note on how to add maker-bundle
1 parent 5db7555 commit 2b9203b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

page_creation.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ to creating a page?
9898
.. code-block:: terminal
9999
100100
$ 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
101107
102108
.. _annotation-routes:
103109

0 commit comments

Comments
 (0)