修正composer安装,完善console模式

This commit is contained in:
yunwuxin
2016-03-28 15:44:56 +08:00
parent 1cb86e4a3b
commit fd2c58bfb8
7 changed files with 62 additions and 14 deletions

View File

@@ -23,7 +23,8 @@ return [
],
// 别名定义
'alias' => [
'think\Error' => MODE_PATH . 'console/Error' . EXT,
'think\App' => MODE_PATH . 'console/App' . EXT,
'think\Error' => MODE_PATH . 'console/Error' . EXT
],
// 配置文件
'config' => [