Skip to content

Commit b5eaf1b

Browse files
committed
minor #16958 Use --webapp flag instead of --full (Arman-Hosseini)
This PR was merged into the 4.4 branch. Discussion ---------- Use --webapp flag instead of --full <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- d68d7ee Use --webapp flag instead of --full
2 parents 09e83ec + d68d7ee commit b5eaf1b

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)