RouteServiceProvider
class RouteServiceProvider extends RouteServiceProvider
Constants
ROUTE_CACHE |
|
HOME |
The path to the "home" route for your application. |
Properties
protected string | $namespace | This namespace is applied to your controller routes. |
Methods
void
boot()
Define your route model bindings, pattern filters, etc.
registerMiddlewareGroups()
No description
void
map()
Define the routes for the application.
void
mapWebRoutes()
Define the "web" routes for the application.
void
mapApiRoutes()
Define the "api" routes for the application.
mapRedirects()
No description
handleExtension(Request $request, $payload)
No description
callWithInjectedDependencies($controller, $method = 'index', $arguments = [])
No description
array
injectDependencies(Controller $class, string $method = 'index', array $arguments = [])
No description
mapNetflexWellKnownRoutes()
No description
mapNetflexRoutes()
No description
mapRobots()
No description
mapSitemap()
No description
getSitemapPages()
No description
getSitemapEntries()
No description
Details
at line 60
void
boot()
Define your route model bindings, pattern filters, etc.
at line 70
protected
registerMiddlewareGroups()
at line 90
void
map()
Define the routes for the application.
at line 108
protected void
mapWebRoutes()
Define the "web" routes for the application.
These routes all receive session state, CSRF protection, etc.
at line 122
protected void
mapApiRoutes()
Define the "api" routes for the application.
These routes are typically stateless.