Hi, I'm trying to run devtools on windows 8 x64 locally but there is some issues.
- When trying to run from PHPstorm IDE:
E:\vagrant\apps\vendor\phalcon\devtools\ide\phpstorm\phalcon.sh Cannot run program "E:\vagrant\apps\vendor\phalcon\devtools\ide\phpstorm\phalcon.sh" (in directory "E:\vagrant\apps"): CreateProcess error=193, %1 is not a valid Win32 application
- When trying to run from CMD:
Error Phalcon extension isn't installed
I have followed all steps from: https://docs.phalcon.io/en/latest/reference/install.html#windows https://docs.phalcon.io/en/latest/reference/wintools.html
Any help or reference appreciated.