Hello,
I am new with phalcon and I have some problems:
Creating a new project: E:\xampp\htdocs\vendor\phalcon\devtools>phalcon.bat create-project ../test1 Phalcon DevTools (1.2.4) Success: Controller "index" was successfully created. Success: Project '../test1' was successfully created.
Result: E:\xampp\htdocs\vendor\phalcon\test1\app\views.volt
I do not want to use .volt template engine!
PS: devtools installed via composer. Renaming them to .phtml gets the template but it's not working properly = treats the content as a simple *.txt file.