framework/src/Admin
Toby Zerner ff0ce09620 Ensure routes are only populated after extensions have registered listeners
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.
2016-01-02 15:03:11 +10:30
..
Controller Automatically include the appropriate translations from extensions 2015-11-02 18:51:12 +10:30
Middleware Fix admin login 2015-12-06 08:47:51 +10:30
AdminServiceProvider.php Ensure routes are only populated after extensions have registered listeners 2016-01-02 15:03:11 +10:30
Server.php API: Add an event to configure server middleware 2016-01-02 15:00:07 +10:30
UrlGenerator.php Major refactor and improvements 2015-10-08 14:28:02 +10:30