Answers for "create project symfony 4"

0

create a symfony project using version

composer create-project symfony/skeleton:"^5.4" my_project_name
Posted by: Guest on December-06-2021
0

create new project symfony

# 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
Posted by: Guest on October-26-2020

Browse Popular Code Answers by Language