code-mine / zf-tactician-comandquery-generator
Command Query generator for tactician lib
Installs: 6 050
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Requires
- php: >=5.5
- zendframework/zend-code: ~3.0
- zendframework/zend-mvc-console: ^1.1.9
This package is not auto-updated.
Last update: 2024-10-26 19:27:12 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.