Download the PHP package yangweijie/think-exception without Composer
On this page you can find all versions of the php package yangweijie/think-exception. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yangweijie/think-exception
More information about yangweijie/think-exception
Files in yangweijie/think-exception
Download yangweijie/think-exception
More information about yangweijie/think-exception
Files in yangweijie/think-exception
Vendor yangweijie
Package think-exception
Short Description 一个 ThinkPHP 中 可以打开错误异常文件的异常处理
License MIT
Package think-exception
Short Description 一个 ThinkPHP 中 可以打开错误异常文件的异常处理
License MIT
Please rate this library. Is it a good library?
Informations about the package think-exception
think-exception
exception for ThinkPHP
安装
composer require yangweijie/think-exception
.env 里 app_debug=true
将 app.show_error_msg 设为 true
// 显示错误信息
'show_error_msg' => true,
配置设置 exception.php里 editor
// 当前编辑器
'editor' => 'vscode',
编辑器协议绑定
vscode
最容易的,只需要安装时 选择下图的“将code注册为受支持的文件类型的编辑器”就行
sublime
需要安装 subl-protocol 插件
phpstorm
参考 laravel-debugbar 中正确使用 ide phpstorm打开项目文件的方式 文章放置js 和 添加注册表即可
其他
欢迎大家测试,反馈
另外如果是tp8 项目,可以直接使用 think-ignition 本人移植 laravel 的ignition 扩展来实现异常显示和跳转
All versions of think-exception with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
topthink/framework Version ^6.0 | ^6.1 | ^8.0
yangweijie/think-editor Version *
topthink/framework Version ^6.0 | ^6.1 | ^8.0
yangweijie/think-editor Version *
The package yangweijie/think-exception contains the following files
Loading the files please wait ....