Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9862d0

Browse files
committed
Fix Symfony installation commands for 6.1 version
1 parent 7a37327 commit b9862d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ application:
4949
.. code-block:: terminal
5050
5151
# run this if you are building a traditional web application
52-
$ symfony new my_project_directory --version=6.1 --webapp
52+
$ symfony new my_project_directory --version=next --webapp
5353
5454
# run this if you are building a microservice, console application or API
55-
$ symfony new my_project_directory --version=6.1
55+
$ symfony new my_project_directory --version=next
5656
5757
The only difference between these two commands is the number of packages
5858
installed by default. The ``--webapp`` option installs all the packages that you

0 commit comments

Comments
 (0)