This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Description
I didn't find a group list, so I've decided open this issue (maybe a support issue). I'm trying use zend-expressive-skeleton and I faced with a usability issue. When a need to add a new action - and if I follow the practices for HomePageAction and PingAction in config flies - I have to change two files: dependencies.global.php and routes.global.php I prefer do it into routes.global.php only, because everything related to routing is in this single file.
Why route definitions are isolated from action classes configuration?