wget https://get.symfony.com/cli/installer -O - | bash
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
composer create-project symfony/skeleton S6
cd S6
runsite && dbash
composer require webapp