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

How to create multiple modules using developer tools ?

I want to create admin and frontend modules using developer tools but its generates only frontend module. I used blow command/

phalcon project projectName --type=modules

phalcon project projectName modules --module-names=frontend,backend,middleware

This commands returns an error Error: Unknown parameter module-names



2.1k

there isnt such command



2.1k

yes that is a nfr, no one implemented it

Ok So I have to create modules manually right ?



43.9k
Accepted
answer