I have created multi module project with Devtools. I have modules: frontend, cli I copied Frontend module and rename to Backend and edited all namespace, module.php, services.php and loader.php, however I got this error:
Projectname\Controllerss\Backend\Controllers\IndexController handler class cannot be loaded
0 [internal function]: Phalcon\Mvc\Dispatcher->_throwDispatchException('Projectname\Controller...', 2)
1 [internal function]: Phalcon\Dispatcher->_dispatch()
2 [internal function]: Phalcon\Dispatcher->dispatch()
3 C:\xampp\htdocs\idoc\app\bootstrap_web.php(57): Phalcon\Mvc\Application->handle()
4 C:\xampp\htdocs\idoc\public\index.php(2): require('C:\xampp\htdocs...')
5 {main}
====== I dont know why is that, especially it's said that " Projectname\Controllerss" with double "s" after controllers, but I sure that I haven't type anything wrong. Please help .