symfony-cli

Build, run, and manage Symfony applications from the CLI

brewmacoslinux
Try with needOr install directly
Source

About

Build, run, and manage Symfony applications

Commands

symfony

Examples

Create a new Symfony project$ symfony new my_project
Start the local development server$ symfony serve
Run Symfony console commands$ symfony console make:controller