xxxxxxxxxx
composer create-project symfony/framework-standard-edition firstSymfony
xxxxxxxxxx
//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
xxxxxxxxxx
composer create-project symfony/skeleton S6
cd S6
runsite && dbash
composer require webapp
xxxxxxxxxx
$ symfony new my_project_directory --version="7.0.*" --webapp
# run this if you are building a microservice, console application or API
$ symfony new my_project_directory --version="7.0.*"
xxxxxxxxxx
use WARp vpn if you have tried every other solution and none of them works.