So I have installed for the first time phalcon on windows 10 with xampp. Everything went great. I got even the devtools installed. But when I open the project on localhost i get this error:
PhalconController handler class cannot be loaded
0 [internal function]: Phalcon\Mvc\Dispatcher->_throwDispatchException('PhalconControll...', 2)
1 [internal function]: Phalcon\Dispatcher->dispatch()
2 C:\xampp\htdocs_Phalcon\billbox\public\index.php(42): Phalcon\Mvc\Application->handle()
3 {main}
I have created the project using phalcon command. I have double checked for any missplace in controllers or naming problems but they are ok. Any idea how to solve this one? Thanks