laraws/symfony-cli

There is no license information available for the latest version (0.02) of this package.

Installs: 90

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/laraws/symfony-cli

0.02 2022-09-04 13:47 UTC

This package is auto-updated.

Last update: 2025-11-04 21:15:15 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