RouteServiceProvider
class RouteServiceProvider extends RouteServiceProvider
Properties
protected string | $prefix | 前缀 | from RouteServiceProvider |
Methods
void
map()
Define the routes for the module.
void
mapBackendRoutes()
Define the "web" routes for the module.
void
mapDevRoutes()
Define the "web" routes for the module.
Details
in
RouteServiceProvider at line 19
__construct($app)
No description
at line 14
void
map()
Define the routes for the module.
at line 26
protected void
mapBackendRoutes()
Define the "web" routes for the module.
These routes all receive session state, CSRF protection, etc.
at line 57
protected void
mapDevRoutes()
Define the "web" routes for the module.
These routes all receive session state, CSRF protection, etc.