Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ commands to create the new Symfony application using Composer:

# run this if you are building a microservice, console application or API
$ composer create-project symfony/skeleton my_project_name

# to specify the version of Symfony to install
$ composer create-project symfony/website-skeleton:^4.x my_project_name
Replace 4.x with the version. IE: 4.4

No matter which command you run to create the Symfony application. All of them
will create a new ``my_project_name/`` directory, download some dependencies
Expand Down