20250303#2

This commit is contained in:
User
2025-03-03 14:25:44 +03:00
parent fee7f1466c
commit 70810412f4
20 changed files with 25 additions and 28 deletions

13
config/app.php Normal file
View File

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