From d68d7ee3c62dd422323ea1f49ea1eca35541797b Mon Sep 17 00:00:00 2001 From: Arman Hosseini Date: Sun, 10 Jul 2022 00:19:27 +0430 Subject: [PATCH] Use --webapp flag instead of --full --- setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.rst b/setup.rst index 685a89afdb1..69dc5e3f35f 100644 --- a/setup.rst +++ b/setup.rst @@ -50,13 +50,13 @@ application: .. code-block:: terminal # run this if you are building a traditional web application - $ symfony new my_project_directory --version=4.4 --full + $ symfony new my_project_directory --version=4.4 --webapp # run this if you are building a microservice, console application or API $ symfony new my_project_directory --version=4.4 The only difference between these two commands is the number of packages -installed by default. The ``--full`` option installs all the packages that you +installed by default. The ``--webapp`` option installs all the packages that you usually need to build web applications, so the installation size will be bigger. If you're not using the Symfony binary, run these commands to create the new