RouteServiceProvider
class RouteServiceProvider extends RouteServiceProvider
Constants
HOME |
The path to your application's "home" route. This is used by Laravel authentication to redirect users after login. |
Properties
protected string|null | $namespace | The controller namespace for the application. |
Methods
void
boot()
Define your route model bindings, pattern filters, etc.
Details
at line 36
void
boot()
Define your route model bindings, pattern filters, etc.