RouteServiceProvider
extends RouteServiceProvider
in package
Table of Contents
Constants
- HOME = '/'
- The path to your application's "home" route.
Methods
- boot() : void
- Define your route model bindings, pattern filters, and other route configuration.
Constants
HOME
The path to your application's "home" route.
public
string
HOME
= '/'
Typically, users are redirected here after authentication.
Methods
boot()
Define your route model bindings, pattern filters, and other route configuration.
public
boot() : void