HOME
HOME = '/home' : string
The path to the "home" route for your application.
This is used by Laravel authentication to redirect users after login.
$namespace : string|null
The controller namespace for the application.
When present, controller route declarations will automatically be prefixed with this namespace.