//Open PowerShell
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iwr -useb get.scoop.sh | iex
scoop install symfony-cli
//If you are building a traditional web application:
symfony new --webapp my_project
//If you are building a microservice, console application or API:
symfony new my_project