riktamtech / zf2-error-handler
Error handling in ZF2 framework using Whoops
Package info
github.com/riktamtech/zf2-error-handler
Type:module
pkg:composer/riktamtech/zf2-error-handler
dev-master
2016-06-02 08:16 UTC
Requires
- php: >=5.3.3
- filp/whoops: 1.*
- zendframework/zendframework: ~2.5
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2026-03-01 02:59:14 UTC
README
Installation
- Add module to your application
composer require "riktamtech/zf2-error-handler:dev-master"
- Enable it in your application.config.php file.
<?php return array( 'modules' => array( // ... 'Zf2ErrorHandler', ), // ... );
- Copy config/zf2-error-handler.local.php.dist file to your application config/autoload folder. And remove .dist from filename.