gourmet/whoops 问题修复 & 功能扩展

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

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

gourmet/whoops

最新稳定版本:v1.1.0

Composer 安装命令:

composer require gourmet/whoops

包简介

Whoops for CakePHP 3

README 文档

README

Build Status Coverage Status Total Downloads Latest Stable Version

Whoops

Built to seamlessly integrate Whoops with CakePHP 3.

Install

Using Composer:

composer require gourmet/whoops:~1.0

As this plugin only offers a Whoops handler for CakePHP, there is no need to enable it per se. You only need to configure that handler instead of Cake's own ErrorHandler by replacing the following line in bootstrap.php:

(new ErrorHandler(Configure::read('Error')))->register();

with the Whoops handler:

(new \Gourmet\Whoops\Error\WhoopsHandler(Configure::read('Error')))->register();

That's it!

License

Copyright (c)2015, Jad Bitar and licensed under The MIT License.

统计信息

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

GitHub 信息

  • Stars: 24
  • Watchers: 5
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-05-02