riktamtech/zf2-error-handler
Composer 安装命令:
composer require riktamtech/zf2-error-handler
包简介
Error handling in ZF2 framework using Whoops
README 文档
README
Installation
- Add module to your application
composer require "riktamtech/zf2-error-handler:dev-master"
- Enable it in your application.config.php file.
<?php return array( 'modules' => array( // ... 'Zf2ErrorHandler', ), // ... );
- Copy config/zf2-error-handler.local.php.dist file to your application config/autoload folder. And remove .dist from filename.
统计信息
- 总下载量: 252
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-13