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

Commit77bcb9c

Browse files
attachmentgenieweaverryan
authored andcommitted
removing unnecessary duplicate php from codeblock
1 parent5a9b7e4 commit77bcb9c

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
@@ -75,10 +75,10 @@ If you have PHP 5.4, you can use the built-in web server:
7575
..code-block::bash
7676
7777
# check your PHP CLI configuration
78-
$ phpphpapp/check.php
78+
$ php app/check.php
7979
8080
# run the built-in web server
81-
$ phpphpapp/console server:run
81+
$ php app/console server:run
8282
8383
Then the URL to your application will be "http://localhost:8000/app_dev.php"
8484

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp