Hello,
Is it possible to customize controller names and make dispatcher understand these names? Here is the sample of what I'm looking for:
class App\Controller\Admin\Profile\Simple path app/controllers/Admin/Profile/Simple.php webpath /admin/profile/simple/action
App\Controller\Admin\Profile\Advanced path app/controllers/Admin/Profile/Advanced.php webpath /admin/profile/advanced/action
If yes - then how should I write custom routes and generate url using UrlResolver?
Thank you!