프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$namespace | string | In addition, it is set as the URL generator's root namespace. |
메소드 | 설명 | |
---|---|---|
boot ( ) : void | Define your route model bindings, pattern filters, etc. | |
map ( ) : void | Define the routes for the application. |
메소드 | 설명 | |
---|---|---|
mapApiRoutes ( ) : void | Define the "api" routes for the application. | |
mapWebRoutes ( ) : void | Define the "web" routes for the application. |
protected mapApiRoutes ( ) : void | ||
리턴 | void |
protected mapWebRoutes ( ) : void | ||
리턴 | void |
protected string $namespace | ||
리턴 | string |