示例#1
0
文件: App.php 项目: studionone/Flint
 public function configureRoutes()
 {
     $routesFile = $this->getAppConfig()['core']['configDir'] . $this->getAppConfig()['core']['routesFile'];
     $routeParser = new RouteParser($routesFile);
     $routeParser->parse();
     return $this;
 }