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

Commitf452b6e

Browse files
committed
minor#5628 Updated the installation chapter (javiereguiluz)
This PR was merged into the 2.3 branch.Discussion----------Updated the installation chapter| Q | A| ------------- | ---| Doc fix? | yes| New docs? | no| Applies to | all| Fixed tickets |#5627Commits-------11fae59 Updated the installation chapter
2 parents7a46da4 +11fae59 commitf452b6e

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

‎book/installation.rst‎

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ optional second argument of the ``new`` command:
9898
$ symfony new my_project_name 2.3.26
9999
$ symfony new my_project_name 2.6.5
100100
101-
# use the most recent LTS (Long Term Support) version
102-
$ symfony new my_project_name lts
103-
104101
If you want your project to be based on the latest:ref:`Symfony LTS version<releases-lts>`,
105102
pass ``lts`` as the second argument of the ``new`` command:
106103

@@ -169,9 +166,8 @@ browsing the project directory and executing this command:
169166
$cd my_project_name/
170167
$ php app/console server:run
171168
172-
Then, open your browser and access the ``http://localhost:8000/app/example``
173-
URL to see the
174-
Welcome page of Symfony:
169+
Then, open your browser and access the ``http://localhost:8000/`` URL to see the
170+
Welcome Page of Symfony:
175171

176172
..image::/images/quick_tour/welcome.png
177173
:align:center
@@ -398,11 +394,6 @@ need in your new application.
398394
Be sure to also check out the:doc:`Cookbook</cookbook/index>`, which contains
399395
a wide variety of articles about solving specific problems with Symfony.
400396

401-
..note::
402-
403-
If you want to remove the sample code from your distribution, take a look
404-
at this cookbook article: ":doc:`/cookbook/bundles/remove`"
405-
406397
.. _`explained in this post`:http://fabien.potencier.org/article/73/signing-project-releases
407398
.. _`Composer`:https://getcomposer.org/
408399
.. _`Composer download page`:https://getcomposer.org/download/

‎images/quick_tour/welcome.png‎

15 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp