File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ application:
35
35
$ symfony new --full my_project_name
36
36
37
37
# run this if you are building a microservice, console application or API
38
- $ symfony new my-project
38
+ $ symfony new my_project_name
39
39
40
40
The only difference between these two commands is the number of packages
41
41
installed by default. The ``--full `` option installs all the packages that you
42
42
usually need to build web applications, so the installation size will be bigger.
43
43
44
44
If you can't or don't want to `install Symfony `_ for any reason, run these
45
- commands to create the new Symfony applications using Composer:
45
+ commands to create the new Symfony application using Composer:
46
46
47
47
.. code-block :: terminal
48
48
@@ -201,7 +201,7 @@ According to the :doc:`Symfony release process </contributing/community/releases
201
201
"long-term support" (or LTS for short) versions are published every two years.
202
202
Check out the `Symfony roadmap `_ to know which is the latest LTS version.
203
203
204
- By default, the commands that create new Symfony applications use the latest
204
+ By default, the command that creates new Symfony applications uses the latest
205
205
stable version. If you want to use an LTS version, add the ``--version `` option:
206
206
207
207
.. code-block :: terminal
You can’t perform that action at this time.
0 commit comments