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

Project creation with volt

Hi Guys, is there any basic thing about creating project with volt? When i create project with phalcon then edit someting to using volt. i guess we need something like: phalcon project myProject --with-volt --with-mongo --with-memcached

thank you
)


98.9k

The project skeleton by default is set up only to use Volt as template engine. In the scaffold case, you can use:

phalcon scaffold users --template-engine=volt

i cant found in documents, thank you

edited Jun '18

You can type : phalcon project Then, see the other commands.