当前位置:编程学习 > php >>

thinkadmin 开发调试模式、线上生产模式

thinkphp 框架两种模式 两种模式:开发调试模式、线上生产模式
直接在/thinkadmin/public/index.php
里面
use think\admin\service\RuntimeService;
下面加上
define('APP_DEBUG',true);

如何php关闭了错误显示,直接在最顶部加上
ini_set("display_errors", "On");
error_reporting(E_ALL);
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,