class RouteServiceProvider extends RouteServiceProvider

Properties

protected string $prefix 前缀 from  RouteServiceProvider

Methods

__construct($app)

No description

void
map()

Define the routes for the module.

void
mapBackendRoutes()

Define the "web" routes for the module.

Details

__construct($app)

No description

Parameters

$app

at line 15
void map()

Define the routes for the module.

Return Value

void

at line 25
protected void mapBackendRoutes()

Define the "web" routes for the module.

These routes all receive session state, CSRF protection, etc.

Return Value

void