I'm trying to run a project on the local environment and access the url of the project, even though it already has all cedenciales database and URI, the returns in [localhost / appName / public /], one page empty.
when I write
[var_dump (echo $ application-> handle () -> getContent ());]
this, the only thing that returns is a [String (0) ""]
Phalcon Version 3.0.1 phpversion 5.4 Windows 8
thanks