xxxxxxxxxx
requirements:
- php 8.1 or higher
- composer (https://getcomposer.org/download/)
then use these commands:
mac/linux (using brew):
brew install symfony-cli/tap/symfony-cli
windows:
choco install symfony-cli
OR
scoop install symfony-cli
xxxxxxxxxx
## Linux/macOS:
wget https://get.symfony.com/cli/installer -O - | bash
# or
curl -sS https://get.symfony.com/cli/installer | bash
## macOS:
brew install symfony-cli/tap/symfony-cli
## Windows
scoop install symfony-cli
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.*"