8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e7bf2 commit 0e98401Copy full SHA for 0e98401
setup.rst
@@ -50,10 +50,10 @@ application:
50
.. code-block:: terminal
51
52
# run this if you are building a traditional web application
53
- $ symfony new my_project_name --full
+ $ symfony new my_project_name --version=next --full
54
55
# run this if you are building a microservice, console application or API
56
- $ symfony new my_project_name
+ $ symfony new my_project_name --version=next
57
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
0 commit comments