Create new Symfony project
26 May 2022 (Updated 26 May 2022)
Make sure you install the Symfony CLI first.
Create a traditional MVC web app
symfony new <project_name> --webapp
This will create something like this repo.
Create an API, console app, or microservice
symfony new <project_name>
This will create something like this repo.
Sources
Tagged:
Symfony