20250303#2
This commit is contained in:
19
config/app-cli.php
Normal file
19
config/app-cli.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
# Example:
|
||||
# ['key'=>'/', "action"=>"App\\Main\\Controllers\\IndexController", "method"=>"index"],
|
||||
# ['key'=>'', 'router'=>'config/routes-cli/routes.php'],
|
||||
# ['key'=>'/', 'router'=>[]],
|
||||
|
||||
return [
|
||||
['key'=>'', 'router'=>[
|
||||
[
|
||||
'key'=>'index',
|
||||
'routes' => [
|
||||
[
|
||||
'action' => "App\Infrastructure\Handlers\IndexHandler",
|
||||
'method' => "index"
|
||||
]
|
||||
]
|
||||
]
|
||||
]],
|
||||
];
|
||||
Reference in New Issue
Block a user