正在显示
4 个修改的文件
包含
26 行增加
和
2 行删除
| @@ -20,7 +20,7 @@ return [ | @@ -20,7 +20,7 @@ return [ | ||
| 20 | // 应用调试模式 | 20 | // 应用调试模式 |
| 21 | 'app_debug' => Env::get('app.debug', true), | 21 | 'app_debug' => Env::get('app.debug', true), |
| 22 | // 应用Trace | 22 | // 应用Trace |
| 23 | - 'app_trace' => Env::get('app.trace', false), | 23 | + 'app_trace' => Env::get('app.trace', true), |
| 24 | // 应用模式状态 | 24 | // 应用模式状态 |
| 25 | 'app_status' => '', | 25 | 'app_status' => '', |
| 26 | // 是否支持多模块 | 26 | // 是否支持多模块 |
build.php
0 → 100755
| 1 | +<?php | ||
| 2 | + | ||
| 3 | +// +---------------------------------------------------------------------- | ||
| 4 | +// | ThinkPHP [ WE CAN DO IT JUST THINK ] | ||
| 5 | +// +---------------------------------------------------------------------- | ||
| 6 | +// | Copyright (c) 2006~2016 http://thinkphp.cn All rights reserved. | ||
| 7 | +// +---------------------------------------------------------------------- | ||
| 8 | +// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 ) | ||
| 9 | +// +---------------------------------------------------------------------- | ||
| 10 | +// | Author: liu21st <liu21st@gmail.com> | ||
| 11 | +// +---------------------------------------------------------------------- | ||
| 12 | + | ||
| 13 | +return [ | ||
| 14 | +// 生成应用公共文件 | ||
| 15 | + '__file__' => ['hello.php', 'test.php'], | ||
| 16 | + // 定义demo模块的自动生成 (按照实际定义的文件名生成) | ||
| 17 | + 'demo' => [ | ||
| 18 | + '__file__' => ['common.php'], | ||
| 19 | + '__dir__' => ['behavior', 'controller', 'model', 'view'], | ||
| 20 | + 'controller' => ['Index', 'Test', 'UserType'], | ||
| 21 | + 'model' => ['User', 'UserType'], | ||
| 22 | + 'view' => ['index/index'], | ||
| 23 | + ], | ||
| 24 | + // 其他更多的模块定义 | ||
| 25 | +]; |
public/section_log.txt
已删除
100755 → 0
| 1 | -{"line_diameter_out":["0,600"]}{"line_diameter_out":["800,0"]}{"line_diameter_out":["600,800"]} |
-
请 注册 或 登录 后发表评论