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

15 lines
352 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'],
];