Skip to content

Code-Mine-Development/CommandQueryGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Query Generator

ZF2 Module for Tactician

Module for ZF2 that allows to create command and handler from CLI.

Usage

Cammand generation is invokes as other ZF2 CLI controllers via php public/index.php ...

generate command --module= --name=

--module - Module name (Example: Application)

--name - Command name (Example: User/Create, CreateUser, Domain/Create/User)

NOTE: Command name parameter uses shashes (/) to create subdirectories.