mirror of
https://github.com/flarum/framework.git
synced 2025-02-09 12:56:15 +08:00
![]() Because extensions can have dependencies injected, a RouteCollection could potentially be instantiated, and thus the ConfigureRoutes event would be called before extensions have had a chance to subscribe to it. Instead, we instantiate the RouteCollection on demand, but only populate it when the application boots. |
||
---|---|---|
.. | ||
Controller | ||
Middleware | ||
AdminServiceProvider.php | ||
Server.php | ||
UrlGenerator.php |