File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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 @@ -110,7 +110,7 @@ pass ``lts`` as the second argument of the ``new`` command:
110
110
$ symfony new my_project_name lts
111
111
112
112
# Windows
113
- c:\p rojects\> php symfony.phar new my_project_name lts
113
+ c:\p rojects\> php symfony new my_project_name lts
114
114
115
115
Read the :doc: `Symfony Release process </contributing/community/releases >`
116
116
to better understand why there are several Symfony versions and which one
You can’t perform that action at this time.
0 commit comments