You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2018. It is now read-only.
Right now, the tutorial uses the ConfigProvider approach for configuring the album module.
But the routing is defined in config/routes.php.
There are ways to implement a module based routing (explained in a zf blog entry).
I think, it's not consistent to keep the routing "global" while the rest is configured module based.
On the other hand, it might be too complicated for a getting-started-tutorial to implement it.
Question:
How should we deal with the routing of the album module?