Files
EasyAdmin8/config/console.php
wolfcode e1c3216904 init
2023-06-15 16:18:27 +08:00

13 lines
391 B
PHP

<?php
// +----------------------------------------------------------------------
// | 控制台配置
// +----------------------------------------------------------------------
return [
// 指令定义
'commands' => [
'curd' => 'app\common\command\Curd',
'node' => 'app\common\command\Node',
'OssStatic' => 'app\common\command\OssStatic',
],
];