20240413#7
This commit is contained in:
9
application/config/routes/main/routes.php
Normal file
9
application/config/routes/main/routes.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$routes = glob(__DIR__."/{*.yaml}", GLOB_BRACE);
|
||||
|
||||
$routesCollection = array_map(function ($routesFile){
|
||||
return file_get_contents($routesFile).PHP_EOL;
|
||||
}, $routes);
|
||||
|
||||
return yaml_parse(implode($routesCollection));
|
||||
Reference in New Issue
Block a user