myoutdeskllc/yii-whoops 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

  1. 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 extensions folder.
  2. If you're using Composer, I strongly recomend you to create a vendor alias if you haven't yet. Add this to the beginning of your config/main.php:

    Yii::setPathOfAlias('vendor', __DIR__.'/../../vendor');
  3. Replace your errorHandler entry at config/main.php with the error handler class. Example:

    'errorHandler' => ['class' => 'vendor.myoutdeskllc.yii-whoops.WhoopsErrorHandler']

统计信息

  • 总下载量: 159
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-07-13