Files
rmphp-skeleton/config/nodes.php
2024-04-12 03:26:36 +03:00

14 lines
347 B
PHP

<?php
/**
* Правила для точек монтирования слоев
*/
# Example:
# ['key'=>'/', "action"=>"App\\Main\\Controllers\\IndexController", "method"=>"index"],
# ['key'=>'/', 'router'=>'config/routes/main/routes.php'],
# ['key'=>'/', 'router'=>[]],
return [
['key'=>'/', 'router'=>'config/routes/main/routes.php'],
];