laraws / symfony-cli
There is no license information available for the latest version (0.02) of this package.
0.02
2022-09-04 13:47 UTC
Requires
- php: >=8.1
- symfony/console: ^6.1
This package is auto-updated.
Last update: 2025-04-04 20:03:22 UTC
README
A symfony cli template to create command line app.
How to use
Create symfony cli project
composer create-project laraws/symfony-cli your_cli_project_name
Run your project
cd your_cli_project_name
bin/symfony-cli
Write your own commands at src/Command
folder, then add your new class at bin/symfony-cli file.