myoutdeskllc/yii-whoops
最新稳定版本:1.0.1
Composer 安装命令:
composer require myoutdeskllc/yii-whoops
包简介
Whoops integration class into Yii Framework 1.1
README 文档
README
Integrates the Whoops library into Yii 1.1.
Usage
-
Install it:
- Using [Composer] (it will automatically install Whoops main libraries as well):
composer require myoutdeskllc/yii-whoops composer install
- Or [downloading] and unpacking it in your
extensionsfolder.
-
If you're using Composer, I strongly recomend you to create a
vendoralias if you haven't yet. Add this to the beginning of yourconfig/main.php:Yii::setPathOfAlias('vendor', __DIR__.'/../../vendor');
-
Replace your
errorHandlerentry atconfig/main.phpwith the error handler class. Example:'errorHandler' => ['class' => 'vendor.myoutdeskllc.yii-whoops.WhoopsErrorHandler']
统计信息
- 总下载量: 159
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-13