\App\ProvidersRouteServiceProvider

Summary

Methods
Properties
Constants
boot()
No public properties found
HOME
configureRateLimiting()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

HOME

HOME = '/home' : string

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

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

Methods

boot()

boot() : void

Define your route model bindings, pattern filters, etc.

configureRateLimiting()

configureRateLimiting() : void

Configure the rate limiters for the application.