phalcon 已安装组件或未进入 cmd windows 操作系统

phalcon installed components or not coming in cmd windows opertaing system

我通过将 phalcon_dll 添加到 xampp/php/ext 并在 php.ini 文件中添加扩展名,在 windows 中安装了 phalcon当我检查它是否安装时我做了 <?php phpinfo(); ?> 然后我可以看到它已安装..

现在我想通过 cmd 创建一个新的 skelton 应用程序,当我键入 phalcon 时,它应该按照文档显示组件,但它是这样说的:

C:\Users\Amerytrech-Waheed>phalcon
'phalcon' is not recognized as an internal or external command,
operable program or batch file.

我尝试这样做:https://www.tutorialspoint.com/phalcon/phalcon_environmental_setup.htm 但有点困惑系统变量都需要添加什么?

创建骨架的替代解决方案是什么?

您粘贴状态 document 中的第 5 步:

After downloading the package, set the path variable in the system properties 然后它会明确地向您显示一个图像,该图像显示要添加的路径,以分号分隔。

;C:\phalcon-devtools-master

所以如果你不清楚在哪里设置它。

右击Computer -> Properties -> Advanced -> Environment Variables -> Path 然后将上述路径添加到最后路径字符串。