All Projects → friendsofthinkphp → think-whoops

friendsofthinkphp / think-whoops

Licence: MIT license
Whoops 接管 ThinkPHP6 异常服务

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to think-whoops

lake-admin
lake-admin是一款基于ThinkPHP6和Layui的后台开发框架。
Stars: ✭ 28 (-24.32%)
Mutual labels:  thinkphp, thinkphp6
think-jwt
ThinkPHP Jwt 扩展包
Stars: ✭ 71 (+91.89%)
Mutual labels:  thinkphp, thinkphp-component
hasog
[HaSog幻神商城]一个高扩展性且十分轻便的开源分销商城系统,以实际运营者的角度进行开发,已覆盖 PC、H5、APP、小程序(微信、QQ),内置云平台,随意定制功能,可在线升级版本、在线安装/更新插件,内置HTTP请求处理,随时更改前端页面!软件内置防火墙(开发中)防注入!更加安全!
Stars: ✭ 15 (-59.46%)
Mutual labels:  thinkphp, thinkphp6
think-permission
ThinkPHP 6 权限认证
Stars: ✭ 32 (-13.51%)
Mutual labels:  thinkphp, thinkphp-component
Think Authz
An authorization library that supports access control models like ACL, RBAC, ABAC in ThinkPHP 6.0 .
Stars: ✭ 155 (+318.92%)
Mutual labels:  thinkphp
Crmeb wechatminiprogram
CRMEBv2.6以客户管理为中心+电商营销系统,微信小程序商城,带分销、秒杀、积分、优惠券等功能
Stars: ✭ 158 (+327.03%)
Mutual labels:  thinkphp
Identity Card
A simple proof of identity card of the people's Republic of China.
Stars: ✭ 154 (+316.22%)
Mutual labels:  thinkphp
Think Wechat
easywechat for thinkphp support
Stars: ✭ 250 (+575.68%)
Mutual labels:  thinkphp
Think Wxminihelper
基于ThinkPHP5.0的微信小程序登录流程封装。
Stars: ✭ 151 (+308.11%)
Mutual labels:  thinkphp
Pinche xcx data
同城拼车微信小程序后端代码
Stars: ✭ 244 (+559.46%)
Mutual labels:  thinkphp
Think Awesome
awesome for thinkphp
Stars: ✭ 209 (+464.86%)
Mutual labels:  thinkphp
Ruhua
如花商城系统thinkphp6+uniapp,小程序直播拼团限时分销APP商城
Stars: ✭ 181 (+389.19%)
Mutual labels:  thinkphp
think-redisd
thinkphp 5 redis读写分离驱动
Stars: ✭ 24 (-35.14%)
Mutual labels:  thinkphp
SuperPanel
A new shadowsocks panel based on ThinkPHP
Stars: ✭ 52 (+40.54%)
Mutual labels:  thinkphp
A3Mall
A3Mall B2C开源商城系统使用Thinkphp6开源框架,前端采用uniapp开发,支持微信公众号商城、H5商城、小程序商城、APP商城、PC商城,前后端源码100%开源,支持免费商用。
Stars: ✭ 142 (+283.78%)
Mutual labels:  thinkphp
Framework
ThinkPHP Framework
Stars: ✭ 2,399 (+6383.78%)
Mutual labels:  thinkphp
Thinkadmin
基于 ThinkPHP 基础开发平台(登录账号密码都是 admin )
Stars: ✭ 1,938 (+5137.84%)
Mutual labels:  thinkphp
exam-sys
exam-system 郑轻考试系统
Stars: ✭ 15 (-59.46%)
Mutual labels:  thinkphp
Wolf-Blog-thinkphp6.0
ThinkPHP6.x 博客
Stars: ✭ 26 (-29.73%)
Mutual labels:  thinkphp
Search Engine Rank
🐘根据网站关键词,获取网站在各大搜索引擎(百度、360、搜狗)的排名情况,有利于网站seo
Stars: ✭ 197 (+432.43%)
Mutual labels:  thinkphp

think-whoops

让Whoops接管ThinkPHP6异常, Whoops提供stackbased错误捕获及超美观的错误

Latest Stable Version Total Downloads License

安装

$ composer require xiaodi/think-whoops

开启/关闭接管

开启 APP_DEBUG 才正常接管, 关闭默认转交ThinkPHP处理 config/whoops.php

 <?php
 
 return [
  'enable' = true
 ];

打开编辑器

帮助您从异常堆栈跟踪中打开代码编辑器

支持编辑器 sublime,textmate,emacs,macvim,phpstorm,idea,vscode,atom,espresso

config/whoops.php

 <?php
 
 return [
   'editor' = 'vscode'
 ];

效果

img

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].