Php Zend framework 2.0.6 CLI工具不工作

Php Zend framework 2.0.6 CLI工具不工作,php,wamp,zend-framework2,Php,Wamp,Zend Framework2,我挠了将近两天的头。 我已经下载了“Zend Framework 2.0.6 Minimal”。 我正在尝试使用“Wamp服务器2.2E”将其设置为工作状态 由于在ZendFrameworkbin文件夹中找不到CLI工具,我从 我把它们放在我的wamp PHP文件夹中(因为我已经在windows上有了它的路径) 我还在我的php.ini文件中映射了库路径,该文件位于wamp上,因此它是这样的:D:\wamp\bin\php\ZendFramework\library 现在,当我打开Windows

我挠了将近两天的头。 我已经下载了“Zend Framework 2.0.6 Minimal”。 我正在尝试使用“Wamp服务器2.2E”将其设置为工作状态

由于在ZendFrameworkbin文件夹中找不到CLI工具,我从 我把它们放在我的wamp PHP文件夹中(因为我已经在windows上有了它的路径)

我还在我的php.ini文件中映射了库路径,该文件位于wamp上,因此它是这样的:
D:\wamp\bin\php\ZendFramework\library

现在,当我打开Windows PowerShell并键入zf时,出现以下错误:

***************************** ZF ERROR ********************************
In order to run the zf command, you need to ensure that Zend Framework
is inside your include_path.  There are a variety of ways that you can
ensure that this zf command line tool knows where the Zend Framework
library is on your system, but not all of them can be described here.

The easiest way to get the zf command running is to give it the include
path via an environment variable ZEND_TOOL_INCLUDE_PATH or
ZEND_TOOL_INCLUDE_PATH_PREPEND with the proper include path to use,
then run the command "zf --setup".  This command is designed to create
a storage location for your user, as well as create the zf.ini file
that the zf command will consult in order to run properly on your
system.

Example you would run:

$ ZEND_TOOL_INCLUDE_PATH=/path/to/library zf --setup

Your are encourged to read more in the link that follows.
Zend_Tool & CLI Setup Information
(available via the command line "zf --info")
   * Home directory found in environment variable HOMEPATH with value \Users\Shahar Galukman
   * Storage directory assumed in home directory at location \Users\Shahar Galukman/.zf/
   * Storage directory does not exist at \Users\Shahar Galukman/.zf/
   * Config file assumed in home directory at location \Users\Shahar Galukman/.zf.ini
   * Config file does not exist at \Users\Shahar Galukman/.zf.ini

To change the setup of this tool, run: "zf --setup"
所以,即使所有的路径看起来都是有序的,我仍然收到了这个错误

我在安装CLI时使用了

还发现了一个答案对我没有帮助的问题

我还应该做什么? Zend framework 2.0.6甚至可以使用CLI吗? 是否有另一种解决方案可以轻松地使用Zend framework进行管理和工作

谢谢你的帮助,
Shahar

Zend Framework 2没有Zend Framework 1那样的CLI工具。它仍在开发中,可能会也可能不会很快发布。ZF1工具不适用于ZF2!这就是为什么它没有被包括在内;)

Zend Framework 2没有像Zend Framework 1那样的CLI工具。它仍在开发中,可能会也可能不会很快发布。ZF1工具不适用于ZF2!这就是为什么它没有被包括在内;)

我们怎样才能找到这个开发工具?我们怎样才能找到这个开发工具?