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

Is it possible to use webtools in multi module appplication?

Is it possible to use webtools in multi module appplication? And if possible - how? Because now I have to change paths in config.php (modelsDir, controllersDir) if I want to use different module.

Phalcon DevTools Version 3.0.3, Phalcon Version 3.0.2, AdminLTE Version 2.3.6, PHP Version 5.6.19

IMHO, that's pain in the ass. And what exactly do you use on a daily basis from webtools? You can do it all from phalcon CLI.



2.6k

Just curious what is webtools for if it is not able to do things what CLI can do.



79.0k
Accepted
answer

AFAIK, there's a plan to refactor entire Phalcon tools, alongside with Webtools. Webtools have such issues as you're expiriencing with config unable to find right path, and I tend to fix them manually but it's just not worth it. Webtools is GUI to Phalcon CLI. So everything can be done via CLI, and CLI works just fine.

With multi module app, it's even harder to make it work.