console.php 280 B

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