Skip to content

Commit 52fb19d

Browse files
committed
[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.
1 parent 87d6f1e commit 52fb19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/controller.rst

+1-1
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)