| 123456789101112 | 
							- <?php
 
- // +----------------------------------------------------------------------
 
- // | 控制台配置
 
- // +----------------------------------------------------------------------
 
- return [
 
-     // 指令定义
 
-     'commands' => [
 
-         'fileconsole' => 'app\common\command\FileConsole',
 
-         'makemodel' => 'app\common\command\MakeModel',
 
-         'makecontroller' => 'app\common\command\MakeController',
 
-     ],
 
- ];
 
 
  |