xxxxxxxxxx
# run this if you are building a traditional web application
$ symfony new my_project_name --full
# run this if you are building a microservice, console application or API
$ symfony new my_project_name
xxxxxxxxxx
$ composer create-project symfony/website-skeleton:"^4.4" my_project_name
xxxxxxxxxx
$ symfony new my_project_directory --webapp
# run this if you are building a microservice, console application or API
$ symfony new my_project_directory
xxxxxxxxxx
/usr/bin/composer create-project symfony/skeleton /home/handwork/symfony
#create symfony projet de base
# un dossier cacher du meme nom du projet serai creer