Hi guys, I'm not sure if I missed some command line option or not, in any case here is the problem:
If you create a virtual host and configure it to be accessed by https://myproject/ instead of https://localhost/myproject, and then if you create a phalcon project with webtools:
$ phalcon create-project myproject --enable-webtools
The resulting baseUri is wrong. It will be '/myproject' but it needs to be simply '/'. It's easy to fix it in the config.php, but I'm just alerting you that it may happen. If I didn't miss any option maybe it should be an option or at least it should be stated somewhere!
Cheers!