Skip to content

Commit fc5ee33

Browse files
committed
Remove webserver bundle usage
1 parent a20c581 commit fc5ee33

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

contributing/code/reproducer.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ to a route definition. Then, after creating your project:
6565
of controllers, actions, etc. as in your original application.
6666
#. Create a small controller and add your routing definition that shows the bug.
6767
#. 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.
7071
#. If you can see the bug, you're done and you can already share the code with us.
7172
#. If you can't see the bug, you must keep making small changes. For example, if
7273
your original route was defined using XML, forget about the previous route

0 commit comments

Comments
 (0)