legow/zf-tools

Tools for helping Zend Framework app development processes

0.2.6 2016-11-29 01:20 UTC

This package is not auto-updated.

Last update: 2024-04-25 01:11:36 UTC


README

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.