When the application has its own router, it's useful to just add a single routing rule rather than define the whole router again.
Due to WebEngine's default router not being within a PSR-4 autoloading path, it's impossible to extend the DefaultRouter, and applications always have to extend the BaseRouter and define all routes again themselves.
When the application has its own router, it's useful to just add a single routing rule rather than define the whole router again.
Due to WebEngine's default router not being within a PSR-4 autoloading path, it's impossible to extend the
DefaultRouter, and applications always have to extend theBaseRouterand define all routes again themselves.