Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 368 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 368 Bytes

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