Answers for "how to install and create symfony project"

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

Code answers related to "how to install and create symfony project"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language