0

I am new in zend, so i installed zfTool from here

I use the composer for installing the tool, the command is :

composer require zendframework/zftool:dev-master

But when i run the command : php zf.php version

For example i got this error : Could not open input file: zf.php so please if someone has any idea i will be very appreciative.

Siddique Mahsud
  • 1,453
  • 11
  • 21
Mohammadov
  • 595
  • 3
  • 13
  • 34

1 Answers1

0

If you downloaded using composer, you can access the command line of ZfTool as:

vendor/bin/zf.php

For example, to get version:

vendor/bin/zf.php version
Ujjwal Ojha
  • 1,340
  • 10
  • 17