command-linephalconphalcon-webtoolsphalcon-devtools

PhalconPHP: My webtools page have'nt any css or js and all links do'nt work


I Created a project by this command:

phalcon create-project invo --enable-webtools

But when i open this page:

localhost/phalcon/invo/webtools.php

webtools without any css or js

What is the problem?!


Solution

  • Change the base uri in your config.php baseUri = "/phalcon/invo/"