I'm starting now with phalcon, and get problem with the webtools. I used this command to get my first project:
phalcon create-project --name myproject --template-engine=volt --type=simple --enable-webtools
But when I go to https://localhost/myproject/webtools.php I see a page with all the webtools, but without .js and .css, because they are loading from https://localhost/public/ not from https://localhost/myproject/public/
Where is the problem? Is a localhost with xampp