Skip to content

laraws/symfony-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages