Answers for "run symfony4 project"

0

run symfony server

symfony serve -d
Posted by: Guest on September-02-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