Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 52fb19d

Browse filesBrowse 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
Copy full SHA for 52fb19d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎book/controller.rst

Copy file name to clipboardExpand all lines: book/controller.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.