Skip to content

Commit 40b9cff

Browse files
committed
Replaced all "symfony.phar" occurrences by "symfony" for Windows users
1 parent a61a881 commit 40b9cff

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

best_practices/creating-the-project.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ to create files and execute the following commands:
3333
3434
# Windows
3535
c:\> cd projects/
36-
c:\projects\> php symfony.phar new blog
36+
c:\projects\> php symfony new blog
3737
3838
This command creates a new directory called ``blog`` that contains a fresh new
3939
project based on the most recent stable Symfony version available. In addition,

book/installation.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ most recent :ref:`Symfony LTS version <releases-lts>` available:
109109
110110
$ symfony new my_project_name lts
111111
112+
# Windows
113+
c:\projects\> php symfony new my_project_name lts
114+
112115
Read the :doc:`Symfony Release process </contributing/community/releases>`
113116
to better understand why there are several Symfony versions and which one
114117
to use for your projects.

0 commit comments

Comments
 (0)