Files
EasyAdmin8/config/console.php
2024-05-14 13:33:30 +08:00

14 lines
328 B
PHP

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