@@ -98,9 +98,6 @@ optional second argument of the ``new`` command:
98
98
$ symfony new my_project_name 2.3.26
99
99
$ symfony new my_project_name 2.6.5
100
100
101
- # use the most recent LTS (Long Term Support) version
102
- $ symfony new my_project_name lts
103
-
104
101
If you want your project to be based on the latest :ref: `Symfony LTS version <releases-lts >`,
105
102
pass ``lts `` as the second argument of the ``new `` command:
106
103
@@ -169,9 +166,8 @@ browsing the project directory and executing this command:
169
166
$ cd my_project_name/
170
167
$ php app/console server:run
171
168
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:
175
171
176
172
.. image :: /images/quick_tour/welcome.png
177
173
:align: center
@@ -398,11 +394,6 @@ need in your new application.
398
394
Be sure to also check out the :doc: `Cookbook </cookbook/index >`, which contains
399
395
a wide variety of articles about solving specific problems with Symfony.
400
396
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
-
406
397
.. _`explained in this post` : http://fabien.potencier.org/article/73/signing-project-releases
407
398
.. _`Composer` : https://getcomposer.org/
408
399
.. _`Composer download page` : https://getcomposer.org/download/
0 commit comments