Skip to content

riktamtech/zf2-error-handler

Repository files navigation

Zf2ErrorHandler

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.

About

Error handling in Zend framework 2 using Whoops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published