RouteServiceProvider
extends RouteServiceProvider
in package
Table of Contents
- HOME = '/home'
- 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
= '/home'
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