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

error hen running devtools

I am getting this

Warning: require(webtools.config.php): failed to open stream: No such file or directory in D:\xampp\htdocs\phalcon\webtools\webtools.php on line 23

Fatal error: require(): Failed opening required 'webtools.config.php' (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\phalcon\webtools\webtools.php on line 23

Have you installed webtools for windows already?

https://docs.phalcon.io/en/latest/reference/wintools.html

You also need to enable webtools in your project manually usnig cmd:

cd /path/to/your/phalcon_project
phalcon webtools --action=enable

Thanks for the information . I think I did , but will check twice