Skip to content

om4csaba/command

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

senki/command

A Simple Smyfony Console Command App Scaffolding Project

Usage

  1. create project: composer create-project senki/command <DIR>
  2. cd <DIR>
  3. Edit default command: src/Command/Run.php
  4. Execute: php command or ./command

Create New Command

  1. create new command class at src/Command/
  2. add class to the config/commands.php file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%