Skip to content

Commit 3891fad

Browse files
committed
minor #13304 Remove webserver bundle usage (MrYamous)
This PR was merged into the 5.0 branch. Discussion ---------- Remove webserver bundle usage Remove a webserver bundle usage in documentation from 5.0 according to [his removal in Symfony 5.0](https://github.com/symfony/symfony/blob/master/UPGRADE-5.0.md#webserverbundle) Commits ------- fc5ee33 Remove webserver bundle usage
2 parents 4f5b2e0 + fc5ee33 commit 3891fad

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)