Tools for helping Zend Framework app development processes
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.
Create a new MVC controller to a specified module. A controllerFactory is generated also, configured in the module.config.php.