class RouteServiceProvider extends RouteServiceProvider

Methods

void
map()

Define the routes for the module.

void
mapApiRoutes()

Define the "api" routes for the module.

Details

at line 16
void map()

Define the routes for the module.

Return Value

void

at line 27
protected void mapApiRoutes()

Define the "api" routes for the module.

These routes are typically stateless.

Return Value

void