Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 182 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 182 Bytes

Symfony console skeleton

Edit composer.json and put your commands to config file.

app/config/config.yml
parameters: application.commands: ['App/Commands/ExampleCommand']