thomascantonnet/tc-errorhandler
Composer 安装命令:
composer require thomascantonnet/tc-errorhandler
包简介
ErrorHandler for ZF2 apps
关键字:
README 文档
README
This library aims at providing a simple way to handle errors in all of your ZF2 application. When an error is triggered, whether it is in your controller, your libraries or anywhere in your views, an exception is thrown hence preserving your application from unmonitored errors. It is then possible to log them through the MvcEvent::EVENT_RENDER_ERROR event.
Installation
Suggested installation method is through composer:
php composer.phar require thomascantonnet/tc-errorhandler:1.*
Setup
If you use Zend Framework 2, you can now enable this module in your application by
adding it to config/application.config.php as TCErrorHandler. Make sure to set it as the first module to be loaded, or at least before any module you want to monitor.
统计信息
- 总下载量: 1.08k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-08-16