File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ application:
50
50
.. code-block :: terminal
51
51
52
52
# 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
54
54
55
55
# run this if you are building a microservice, console application or API
56
56
$ symfony new my_project_directory --version=4.4
57
57
58
58
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
60
60
usually need to build web applications, so the installation size will be bigger.
61
61
62
62
If you're not using the Symfony binary, run these commands to create the new
You can’t perform that action at this time.
0 commit comments