File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,9 @@ to a route definition. Then, after creating your project:
65
65
of controllers, actions, etc. as in your original application.
66
66
#. Create a small controller and add your routing definition that shows the bug.
67
67
#. Don't create or modify any other file.
68
- #. Execute ``composer require symfony/web-server-bundle `` and use the ``server:run ``
69
- command to browse to the new route and see if the bug appears or not.
68
+ #. Install the :doc: `local web server </setup/symfony_server >` provided by Symfony
69
+ and use the ``symfony server:start `` command to browse to the new route and
70
+ see if the bug appears or not.
70
71
#. If you can see the bug, you're done and you can already share the code with us.
71
72
#. If you can't see the bug, you must keep making small changes. For example, if
72
73
your original route was defined using XML, forget about the previous route
You can’t perform that action at this time.
0 commit comments