You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/installation.rst
+2-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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
@@ -410,11 +406,6 @@ need in your new application.
410
406
Be sure to also check out the :doc:`Cookbook </cookbook/index>`, which contains
411
407
a wide variety of articles about solving specific problems with Symfony.
412
408
413
-
.. note::
414
-
415
-
If you want to remove the sample code from your distribution, take a look
416
-
at this cookbook article: ":doc:`/cookbook/bundles/remove`"
417
-
418
409
.. _`explained in this post`: http://fabien.potencier.org/article/73/signing-project-releases
0 commit comments