Using zend developer tool to create modules in ubuntu

51 Views Asked by At

i installed Zf using

composer require zendframework/zftool:dev-master

But whenever i try to run:

zf.php create module <name>

it shows the file content in the terminal.

How do i get this working?

0

There are 0 best solutions below