Skip to content

Commit d68d7ee

Browse files
Use --webapp flag instead of --full
1 parent a0d07bf commit d68d7ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ application:
5050
.. code-block:: terminal
5151
5252
# run this if you are building a traditional web application
53-
$ symfony new my_project_directory --version=4.4 --full
53+
$ symfony new my_project_directory --version=4.4 --webapp
5454
5555
# run this if you are building a microservice, console application or API
5656
$ symfony new my_project_directory --version=4.4
5757
5858
The only difference between these two commands is the number of packages
59-
installed by default. The ``--full`` option installs all the packages that you
59+
installed by default. The ``--webapp`` option installs all the packages that you
6060
usually need to build web applications, so the installation size will be bigger.
6161

6262
If you're not using the Symfony binary, run these commands to create the new

0 commit comments

Comments
 (0)