riktamtech / zf2-error-handler
Error handling in ZF2 framework using Whoops
Installs: 252
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 1
Type:module
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: 2025-03-29 22:01:31 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.