riktamtech/zf2-error-handler

Error handling in ZF2 framework using Whoops

Installs: 252

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 1

Type:module

pkg:composer/riktamtech/zf2-error-handler

dev-master 2016-06-02 08:16 UTC

This package is not auto-updated.

Last update: 2025-10-12 00:51:40 UTC


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.