Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itxq/think-whoops

基于whoops的系统异常处理类,ThinkPHP6专用
https://github.com/itxq/think-whoops

Last synced: about 1 month ago
JSON representation

基于whoops的系统异常处理类,ThinkPHP6专用

Awesome Lists containing this project

README

        

基于whoops的系统异常处理类,ThinkPHP6专用
===============

[![PHP Version](https://img.shields.io/badge/php-%3E%3D7.1-8892BF.svg)](http://www.php.net/)
[![Latest Stable Version](https://poser.pugx.org/itxq/think-whoops/version)](https://packagist.org/packages/itxq/think-whoops)
[![Total Downloads](https://poser.pugx.org/itxq/think-whoops/downloads)](https://packagist.org/packages/itxq/think-whoops)
[![Latest Unstable Version](https://poser.pugx.org/itxq/think-whoops/v/unstable)](//packagist.org/packages/itxq/think-whoops)
[![License](https://poser.pugx.org/itxq/think-whoops/license)](https://packagist.org/packages/itxq/think-whoops)
[![composer.lock available](https://poser.pugx.org/itxq/think-whoops/composerlock)](https://packagist.org/packages/itxq/think-whoops)

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

### 安装扩展

```php
composer require itxq/think-whoops
```

### 开启调试

```.env
APP_DEBUG = true
```