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 2fdcffd

Browse filesBrowse files
javiereguiluzweaverryan
authored andcommitted
When using server:run command, it's not necessary to add the app_dev.php controller
1 parent 6afc80b commit 2fdcffd
Copy full SHA for 2fdcffd

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎quick_tour/the_big_picture.rst

Copy file name to clipboardExpand all lines: quick_tour/the_big_picture.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ to run Symfony:
6161
6262
$ php app/console server:run
6363
64-
Open your browser and access to the ``http://localhost:8000/app_dev.php`` URL to
64+
Open your browser and access to the ``http://localhost:8000`` URL to
6565
see the Welcome page of Symfony2:
6666

6767
.. image:: /images/quick_tour/welcome.png
@@ -87,7 +87,7 @@ main concepts. Go to the following URL to be greeted by Symfony2 (replace
8787

8888
.. code-block:: text
8989
90-
http://localhost:8000/app_dev.php/demo/hello/Fabien
90+
http://localhost:8000/demo/hello/Fabien
9191
9292
.. image:: /images/quick_tour/hello_fabien.png
9393
:align: center

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.