Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit2fdcffd

Browse files
javiereguiluzweaverryan
authored andcommitted
When using server:run command, it's not necessary to add theapp_dev.php controller
1 parent6afc80b commit2fdcffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎quick_tour/the_big_picture.rst

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp