I'm starting with phalcon and I have a question. I can not create routes for an administrative panel. How can I develop a lodge to use an administrative panel? So that when the user accesses "https://mysite.dev/admin" phalcon use the controllers that are inside a separate folder, for example:
app/
controllers/
admin/
IndexController.php