code-mine/zf-tactician-comandquery-generator

Command Query generator for tactician lib

Maintainers

Package info

github.com/Code-Mine-Development/CommandQueryGenerator

Homepage

pkg:composer/code-mine/zf-tactician-comandquery-generator

Statistics

Installs: 6 058

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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.