Skip to content

Commit 2a1d2bb

Browse files
committed
bug symfony#5153 [Book] app_dev with php built-in web server (manelselles)
This PR was merged into the 2.3 branch. Discussion ---------- [Book] app_dev with php built-in web server Console commands are in dev mode by default. Don't use app_dev on url with php built-in web server because it is already in dev mode. Commits ------- 52fb19d [Book] app_dev with php built-in web server
2 parents 87d6f1e + 52fb19d commit 2a1d2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ to the controller:
201201
202202
return $collection;
203203
204-
Now, you can go to ``/hello/ryan`` (e.g. ``http://localhost:8000/app_dev.php/hello/ryan``
204+
Now, you can go to ``/hello/ryan`` (e.g. ``http://localhost:8000/hello/ryan``
205205
if you're using the :doc:`built-in web server </cookbook/web_server/built_in>`)
206206
and Symfony will execute the ``HelloController::indexAction()`` controller
207207
and pass in ``ryan`` for the ``$name`` variable. Creating a "page" means

0 commit comments

Comments
 (0)