console.php 373 B

1234567891011121314
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 控制台配置
  4. // +----------------------------------------------------------------------
  5. return [
  6. // 指令定义
  7. 'commands' => [
  8. 'curd' => 'app\common\command\Curd',
  9. 'crud' => 'app\common\command\Curd',
  10. 'node' => 'app\common\command\Node',
  11. ],
  12. ];