Al-Punk
Al-Punk

Reputation: 3660

Using Zend Framework 2 Tool / ZF2 Tool

Apparently there is a version of ZF Tool for ZF2. The tool should handle the following:

The problem is that the tools is itself installed as a module and the Usage described in the Readme does not provide "correct" details.

It mentions commands such as :

zf.php config [list]  

but the zf.php command is not part of the tool and the doc does not provide information. Does anyone know if there is some dependency or other configurations that will make this tool useful?

Upvotes: 0

Views: 1274

Answers (1)

Ore4444
Ore4444

Reputation: 9315

I don't know. What I can do, is offer an alternative tool:

https://github.com/ebanolopes/zf2-module-generator

Currently (v0.0.1), it only supports adding new modules to your project.

Upvotes: 1

Related Questions