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

This package is auto-updated.

Last update: 2024-06-04 17:58:54 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.

reference

https://symfony.com/doc/current/components/console.html