We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c9f53 commit 8e41e73Copy full SHA for 8e41e73
book/installation.rst
@@ -98,6 +98,17 @@ number as the second argument of the ``new`` command:
98
# Windows
99
c:\projects\> php symfony.phar new my_project_name 2.3.23
100
101
+If you want your project to be based on the last Symfony LTS version, pass
102
+``lts`` as the second argument of the ``new`` command:
103
+
104
+.. code-block:: bash
105
106
+ # Linux, Mac OS X
107
+ $ symfony new my_project_name lts
108
109
+ # Windows
110
+ c:\projects\> php symfony.phar new my_project_name lts
111
112
Read the :doc:`Symfony Release process </contributing/community/releases>`
113
to better understand why there are several Symfony versions and which one
114
to use for your projects.
0 commit comments