class RouteServiceProvider extends RouteServiceProvider

Properties

protected string $prefix 前缀 from  RouteServiceProvider
protected string $namespace

This namespace is applied to your controller routes.

Methods

__construct($app)

No description

void
map()

Define the routes for the module.

Details

__construct($app)

No description

Parameters

$app

at line 22
void map()

Define the routes for the module.

Return Value

void