初始化
This commit is contained in:
12
config/console.php
Normal file
12
config/console.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 控制台配置
|
||||
// +----------------------------------------------------------------------
|
||||
return [
|
||||
// 指令定义
|
||||
'commands' => [
|
||||
'test' => 'app\command\test',
|
||||
'lebo' => 'app\command\Lebo',
|
||||
'zm' => 'app\command\Zm',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user