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

Rebased Quick Tour Refactoring#3612

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
weaverryan wants to merge31 commits intomasterfromjaviereguiluz-revamped_quick_tour
Closed
Changes from1 commit
Commits
Show all changes
31 commits
Select commitHold shift + click to select a range
a84a556
[quick_tour] simplified drastically the first two sections of "The Bi…
javiereguiluzJan 30, 2014
29992cd
[quick_tour] simplified the "routing" section
javiereguiluzJan 31, 2014
20e9fb0
[quick_tour] updated the "Controllers" section
javiereguiluzJan 31, 2014
f24eabc
[quick_tour] updated some screenshots
javiereguiluzJan 31, 2014
5b3a572
[quick_tour] finished the review of "The Big Picture" chapter
javiereguiluzJan 31, 2014
dbbc8c2
[quick_tour] updated "the view" chapter
javiereguiluzFeb 1, 2014
eb3fe4c
[quick tour] simplified "the controller" chapter
javiereguiluzFeb 1, 2014
e7dfc8b
[quick_tour] simplified "the architecture" chapter
javiereguiluzFeb 1, 2014
4ad3c44
[quick_tour] second pass to the "big picture" chapter
javiereguiluzFeb 3, 2014
2cd3bab
[quick tour] second pass to "the view" chapter
javiereguiluzFeb 3, 2014
cdb7064
[quick_tour] second pass to "the controller" chapter and
javiereguiluzFeb 4, 2014
50e136c
[quick_tour] second pass to "the architecture" chapter
javiereguiluzFeb 4, 2014
81d6e20
[quick_tour] replaced "chapter" by "part" in some tutorial parts
javiereguiluzFeb 4, 2014
38b1292
[quick_tour] removed inline links
javiereguiluzFeb 9, 2014
e004661
Bundle names should not be placed in literals
javiereguiluzFeb 9, 2014
6afc80b
Removed a wrongly inserted comma
javiereguiluzFeb 9, 2014
2fdcffd
When using server:run command, it's not necessary to add the `app_dev…
javiereguiluzFeb 9, 2014
b16c3a2
Capitalized some sentences that come after a colon
javiereguiluzFeb 9, 2014
c1ad15d
Added a new headline to better structure the documentation
javiereguiluzFeb 9, 2014
75be815
Minor rewording
javiereguiluzFeb 9, 2014
42bd69f
Fixed the capitalization of a section heading
javiereguiluzFeb 9, 2014
985c68f
Replaced "variable" by "placeholder" when using {_format} inside a route
javiereguiluzFeb 9, 2014
a013b11
Removed the animated GIF showing how to install Symfony
javiereguiluzFeb 9, 2014
eca1e73
Added a more useful message for users that don't have PHP 5.4
javiereguiluzFeb 16, 2014
fdc755e
Grammar fixes proposed by @weaverryan and @WouterJ
javiereguiluzFeb 16, 2014
cb98a6c
Restored the original line that explained how a routing file is imported
javiereguiluzFeb 16, 2014
7c0037e
Restored all the original introductions for each tutorial part
javiereguiluzFeb 16, 2014
0f13ce9
[quick_tour] rewording and grammar fixes suggested by @weaverryan
javiereguiluzFeb 18, 2014
30624eb
[quick_tour] more rewording and grammar fixes
javiereguiluzFeb 18, 2014
69fdff1
[quick_tour] removed an unneeded comma
javiereguiluzFeb 18, 2014
1e36cfa
[quick_tour] rewording and grammar fixes noted by @xabbuh
javiereguiluzFeb 19, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
When using server:run command, it's not necessary to add the `app_dev…
….php` controller
  • Loading branch information
@javiereguiluz@weaverryan
javiereguiluz authored andweaverryan committedFeb 26, 2014
commit2fdcffdb840cd7b3c2b9e67b3404d56b6615c16e
4 changes: 2 additions & 2 deletionsquick_tour/the_big_picture.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,7 +61,7 @@ to run Symfony:

$ php app/console server:run

Open your browser and access to the ``http://localhost:8000/app_dev.php`` URL to
Open your browser and access to the ``http://localhost:8000`` URL to
see the Welcome page of Symfony2:

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

.. code-block:: text

http://localhost:8000/app_dev.php/demo/hello/Fabien
http://localhost:8000/demo/hello/Fabien

.. image:: /images/quick_tour/hello_fabien.png
:align: center
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp