Thanks to visit codestin.com Credit goes to github.com
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 7a37327 commit b9862d0Copy full SHA for b9862d0
setup.rst
@@ -49,10 +49,10 @@ application:
49
.. code-block:: terminal
50
51
# run this if you are building a traditional web application
52
- $ symfony new my_project_directory --version=6.1 --webapp
+ $ symfony new my_project_directory --version=next --webapp
53
54
# run this if you are building a microservice, console application or API
55
- $ symfony new my_project_directory --version=6.1
+ $ symfony new my_project_directory --version=next
56
57
The only difference between these two commands is the number of packages
58
installed by default. The ``--webapp`` option installs all the packages that you
0 commit comments