Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 765 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 765 Bytes

zftools

Build Status Coverage Status

Tools for helping Zend Framework app development processes

Currently available commands

1. create-module [name]

Creates a new MVC module with a sample IndexController. The module is added to composer autoload config. module.config.php is generated with matched ControllelFactory class.

2. create-controller [module] [name]

Create a new MVC controller to a specified module. A controllerFactory is generated also, configured in the module.config.php.