code-mine/zf-tactician-comandquery-generator

Command Query generator for tactician lib

v2.0.3 2016-09-01 12:25 UTC

README

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.