Answers for "symfony build project"

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
0

create symfony 4 project

$ composer create-project symfony/website-skeleton:"^4.4" my_project_name
Posted by: Guest on April-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language