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

Missing CSS an JS in clean install

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