RouteServiceProvider extends RouteServiceProvider
Table of Contents
- HOME = '/classroom'
- The path to the "home" route for your application.
- boot() : void
- Define your route model bindings, pattern filters, etc.
- configureRateLimiting() : void
- Configure the rate limiters for the application.
Constants
HOME
The path to the "home" route for your application.
public
string
HOME
= '/classroom'
This is used by Laravel authentication to redirect users after login.
Methods
boot()
Define your route model bindings, pattern filters, etc.
public
boot() : void
Return values
void —configureRateLimiting()
Configure the rate limiters for the application.
protected
configureRateLimiting() : void