# think-whoops **Repository Path**: heehee/think-whoops ## Basic Information - **Project Name**: think-whoops - **Description**: Whoops 接管 ThinkPHP6 异常服务 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-12-04 - **Last Updated**: 2023-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # think-whoops 让Whoops接管ThinkPHP6异常, Whoops提供stackbased错误捕获及超美观的错误 [![Latest Stable Version](https://poser.pugx.org/xiaodi/think-whoops/version)](https://packagist.org/packages/xiaodi/think-whoops) [![Total Downloads](https://poser.pugx.org/xiaodi/think-whoops/downloads)](https://packagist.org/packages/xiaodi/think-whoops) [![License](https://poser.pugx.org/xiaodi/think-whoops/license)](https://packagist.org/packages/xiaodi/think-whoops) ## 安装 ```php $ composer require xiaodi/think-whoops ``` ## 开启/关闭接管 开启 `APP_DEBUG` 才正常接管, 关闭默认转交ThinkPHP处理 `config/whoops.php` ```php