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

Newbie: Question about Devtool (scaffold) to use in Multi Module env

Hi All,

I'm newbie in Phalcon so please let me know if this is the right place to ask this one. I used devtool with success for a single module application. Now I'm testing the features of Multi Modules.

My question is how to create a scaffold into multi-module structure? I will appreciate your feedback.

Thanks



47.7k

I think from reading this(https://docs.phalcon.io/ar/3.2/devtools-usage) when you create your project you can now:

phalcon project myProject modules

Also:

phalcon create-module myModule

I haven't tried it myself put this might point you in the right direction.