7 Star 44 Fork 26

xiaodi/think-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
whoops.php 683 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaodi 提交于 2020-03-11 10:49 +08:00 . Apply fixes from StyleCI
<?php
declare(strict_types=1);
/*
* This file is part of TAnt.
* @link https://github.com/edenleung/think-admin
* @document https://www.kancloud.cn/manual/thinkphp6_0
* @contact QQ Group 996887666
* @author Eden Leung 758861884@qq.com
* @copyright 2019 Eden Leung
* @license https://github.com/edenleung/think-admin/blob/6.0/LICENSE.txt
*/
return [
// 是否Whoops接管 默认 开启
'enable' => true,
// 帮助您从异常堆栈跟踪中打开代码编辑器
// 支持编辑器 sublime,textmate,emacs,macvim,phpstorm,idea,vscode,atom,espresso
'editor' => '',
// 页面title提示
'title' => '发生内部错误,请稍后再试',
];
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/heehee/think-admin.git
git@gitee.com:heehee/think-admin.git
heehee
think-admin
think-admin
6.0-next

搜索帮助