Description
Hey,
I can't seem to get webtools working for me. I'm using Phalcon 3.1.2, Devtools 3.1.2, on macOS Sierra using PHP 7.1.4.
I'm trying to get it working using PHP's built in webserver and I think it's working, but something inside webtools itself isn't working....
So I used this to see if I could get it working... https://docs.phalconphp.com/en/3.0.1/reference/built-in.html
You can see that the css is being loaded, and the 404 page is served through phalcon, not PHP's built in error. I haven't touched the webtools.config.php file or anything. I just created a project with phalcon project new-project --enable-webtools
and the project created just fine. Going to localhost/ serves the file just fine, but going to localhost/webtools.php makes it show that 404 error.
I also tried making .htrouter.php look like this blogpost, but no dice either.
http://qiita.com/kazumihirose/items/9fe67b9c941889d25871
Thoughts, impressions, or feelings? ;)