\App\Modules\Admin\ProvidersRouteServiceProvider

Summary

Methods
Properties
Constants
boot()
map()
No public properties found
No constants found
mapWebRoutes()
mapApiRoutes()
$moduleNamespace
N/A
No private methods found
No private properties found
N/A

Properties

$moduleNamespace

$moduleNamespace : string

The module namespace to assume when generating URLs to actions.

Type

string

Methods

boot()

boot() : void

Called before routes are registered.

Register any model bindings or pattern based filters.

map()

map() : void

Define the routes for the application.

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.