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.

Properties

protected string|null $namespace

The controller namespace for the application.

Methods

void
boot()

Define your route model bindings, pattern filters, etc.

void
configureRateLimiting()

Configure the rate limiters for the application.

Details

at line 37
void boot()

Define your route model bindings, pattern filters, etc.

Return Value

void

at line 78
protected void configureRateLimiting()

Configure the rate limiters for the application.

Return Value

void