Closed
Description
Tested with Debian Stretch.
With Phalcon DevTools (3.4.8), the command :
phalcon project hello_world simple –-template-engine=volt
Does this:
Success: Controller "index" was successfully created.
/var/www/html/hello_world/app/controllers/IndexController.php
Success: Project 'hello_world' was successfully created.
Please choose a password and username to use Database connection.Used default:'root' without password.
The created folder is hello_world
With Phalcon DevTools (4.0.0-beta.2) from the branch 4.0.x
Does this:
Phalcon DevTools (4.0.0-beta.2)
Success: Controller "index" was successfully created.
Info: /var/www/html/phalcon-devtools/–-template-engine=volt/hello_world/app/controllers/IndexController.php
Success: Project 'hello_world' was successfully created.
Info: Please choose a password and username to use Database connection.
Info: Used default: 'root' without password.
The created folder is –-template-engine=volt not hello_world.