class RouteServiceProvider extends RouteServiceProvider

Constants

HOME

The path to the "home" route for your application.

This is used by Laravel authentication to redirect users after login.

Methods

void
boot()

Define your route model bindings, pattern filters, etc.

void
configureRateLimiting()

Configure the rate limiters for the application.

Details

at line 36
void boot()

Define your route model bindings, pattern filters, etc.

Return Value

void

at line 57
protected void configureRateLimiting()

Configure the rate limiters for the application.

Return Value

void