Victoria Quirante
@vicqr
[email protected]
Creating a new Symfony app with Symfony Flex
composer create-project symfony/skeleton my-project
"require": {
"php": "^7.0.8",
"symfony/flex": "^1.0",
"symfony/console": "^4.0",
"symfony/framework-bundle": "^4.0",
"symfony/lts": "^4@dev",
"symfony/yaml": "^4.0"
},
Downloads the Symfony skeleton
(just one composer.json)
composer install
symfony/flex is the first package installed
And runs