定制 riktamtech/zf2-error-handler 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

riktamtech/zf2-error-handler

Composer 安装命令:

composer require riktamtech/zf2-error-handler

包简介

Error handling in ZF2 framework using Whoops

README 文档

README

Installation

  1. Add module to your application
composer require "riktamtech/zf2-error-handler:dev-master"
  1. Enable it in your application.config.php file.
<?php
return array(
    'modules' => array(
        // ...
        'Zf2ErrorHandler',
    ),
    // ...
);
  1. 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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-13