Property | Type | Description | |
---|---|---|---|
$namespace | string | In addition, it is set as the URL generator's root namespace. |
Method | Description | |
---|---|---|
boot ( ) : void | Define your route model bindings, pattern filters, etc. | |
map ( ) : void | Define the routes for the application. |
Method | Description | |
---|---|---|
mapApiRoutes ( ) : void | Define the "api" routes for the application. | |
mapWebRoutes ( ) : void | Define the "web" routes for the application. |
protected mapApiRoutes ( ) : void | ||
return | void |
protected mapWebRoutes ( ) : void | ||
return | void |
protected string $namespace | ||
return | string |