Hi, I'm beginer. I have error: "Could not open input file" when run "phalcon" command in cmd win7.( while php is run ok)
- Path install developer tools: C:\phalcon-tools
-
phalcon.bat edited:
@echo off
set PTOOLSPATH=C:\phalcon-tools
php %PTOOLSPATH%phalcon.php %*
- Config in Environment variables Path: C:\phalcon-tools Please help me because i followed carefully all steps in guide: https://docs.phalcon.io/en/latest/reference/wintools.html but it not work.