20230818#1

This commit is contained in:
User
2023-08-18 02:15:16 +03:00
parent 19b505a458
commit 4ea833db5a
10 changed files with 10 additions and 41 deletions

16
config/nodes.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
/**
* Правила для точек монтирования модулей
* Каждый массив определяет порядок срабатывания, часть url с которого
*/
# Example:
# ['key'=>'/', "action"=>"App\\Main\\Controllers\\IndexController", "method"=>"index"],
# ['key'=>'/', 'router'=>'config/routes/main/routes.php'],
# ['key'=>'/', 'router'=>'config/routes/main.yaml'],
return [
['key'=>'/', 'router'=>'config/routes/main.yaml'],
];