20230818#1
This commit is contained in:
16
config/nodes.php
Normal file
16
config/nodes.php
Normal 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'],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user