File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ to create files and execute the following commands:
33
33
34
34
# Windows
35
35
c:\> cd projects/
36
- c:\p rojects\> php symfony.phar new blog
36
+ c:\p rojects\> php symfony new blog
37
37
38
38
This command creates a new directory called ``blog `` that contains a fresh new
39
39
project based on the most recent stable Symfony version available. In addition,
Original file line number Diff line number Diff line change @@ -109,6 +109,9 @@ most recent :ref:`Symfony LTS version <releases-lts>` available:
109
109
110
110
$ symfony new my_project_name lts
111
111
112
+ # Windows
113
+ c:\p rojects\> php symfony new my_project_name lts
114
+
112
115
Read the :doc: `Symfony Release process </contributing/community/releases >`
113
116
to better understand why there are several Symfony versions and which one
114
117
to use for your projects.
You can’t perform that action at this time.
0 commit comments