module zf2-error-handler
Error handling in ZF2 framework using Whoops
riktamtech/zf2-error-handler
Error handling in ZF2 framework using Whoops
- Thursday, June 2, 2016
- by venu
- Repository
- 4 Watchers
- 0 Stars
- 131 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 1 Open issues
- 1 Versions
- 2 % Grown
Zf2ErrorHandler
Installation
1) Add module to your application, (*1)
composer require "riktamtech/zf2-error-handler:dev-master"
2) Enable it in your application.config.php file., (*2)
<?php
return array(
'modules' => array(
// ...
'Zf2ErrorHandler',
),
// ...
);
3) Copy config/zf2-error-handler.local.php.dist file to your application config/autoload folder. And remove .dist from filename., (*3)
dev-master
9999999-dev
Error handling in ZF2 framework using Whoops
Sources
Download
MIT
The Requires
The Development Requires