承接 ghislainf/zf2-whoops 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

ghislainf/zf2-whoops

Composer 安装命令:

composer require ghislainf/zf2-whoops

包简介

PHP whoops error on ZF2 framework

README 文档

README

ZF2 module, integrated whoops

Whoops!

whoops is an error handler base/framework for PHP. Out-of-the-box, it provides a pretty error interface that helps you debug your web projects, but at heart it's a simple yet powerful stacked error handling system.

Module installation

  1. cd my/project/directory

  2. create a composer.json file with following contents:

    {
        "require": {
            "ghislainf/zf2-whoops": "dev-master"
        }
    }
  3. install composer via curl -s http://getcomposer.org/installer | php (on windows, download http://getcomposer.org/installer and execute it with PHP)

  4. run php composer.phar install

  5. open my/project/directory/configs/application.config.php and add the following key to your modules, :

    'Zf2Whoops',   // must be added as the first module
  6. copy config/zf2-whoops.local.php in my/project/directory/config/autoload

  7. edit my/project/directory/config/autoload/zf2-whoops.local.php

统计信息

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

GitHub 信息

  • Stars: 58
  • Watchers: 8
  • Forks: 10
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-04-24