riktamtech/zf2-error-handler

Error handling in ZF2 framework using Whoops

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

This package is not auto-updated.

Last update: 2025-03-29 22:01:31 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.