We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Phalcon Tools Installation on Windows

I'm using MinGW in Windows. So I updated my Enviroment Variables -> PATH and appended:

c:\phalcon-tools

In that folder phalcon-tools I have the phalcon.bat which I'm just guessing is for windows. I also tried appending:

c:\phalcon-tools\phalcon.bat

and if I run $ phalcon.bat I get: c\phalcon-tools\phalcon.bat: line 1: @echo: command not found

Does anyone know how to properly load this beauty up in Windows?



98.9k

It seems that MinGW is expecting unix commands and cmd.exe is expecting windows-dos commands so I think the problem is caused by it.