class RouteServiceProvider extends RouteServiceProvider (View source)

This service provider is responsible for defining how routes are loaded in the application, including API and web routes. It also defines rate limiting rules for the application.

Methods

void
boot()

Bootstrap any application services, such as route definitions and rate limits.

Details

void boot()

Bootstrap any application services, such as route definitions and rate limits.

Return Value

void