Hi I just create a project and I always receive the same Error
testController handler class cannot be loaded
0 [internal function]: Phalcon\Mvc\Dispatcher->throwDispatchException('TestController ...', 2)
1 [internal function]: Phalcon\Dispatcher\AbstractDispatcher->dispatch()
2 C:\xampp\htdocs\test\public\index.php(43): Phalcon\Mvc\Application->handle('/test/index/ind...')
3 {main}
i have my project in C:\xampp\htdocs and the config.php - baseUri is 'baseUri' => BASE_PATH . '/test/',
And im still have the error, i dont know what to do
Is my first project in Phalcon i just want to see the congratuilations message for can start to work Thanks you