i have created one using 2 modules (frontend and backend) MVC structure.
And set front end to be the default namespace.
My reference is phalcon official documentation on setting multi module mvc structure.
but am getting the following error.
Module definition path '../apps/frontend/Module.php' does not exist
please advice