$moduleNamespace $moduleNamespace : string The module namespace to assume when generating URLs to actions. Type string
boot() boot() : void Called before routes are registered. Register any model bindings or pattern based filters.
mapWebRoutes() mapWebRoutes() : void Define the "web" routes for the application. These routes all receive session state, CSRF protection, etc.
mapApiRoutes() mapApiRoutes() : void Define the "api" routes for the application. These routes are typically stateless.