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

TemplatePath - Bug?

template-path option does not work when executing the following line:

phalcon scaffold --template-path=douglas --template-engine=volt --table-name=article

Output: Error: Template '1/scaffold/no-forms/views/index.phtml' does not exist

What did I do wrong?