weew / app-error-handler
Error handling component for the weew/app package.
v1.5.2
2016-07-21 11:17 UTC
Requires
- weew/app: ^2.0
- weew/error-handler: ^3.0
Requires (Dev)
- phpunit/phpunit: ^4.7
- satooshi/php-coveralls: ^0.6.1
README
Table of contents
Installation
composer require weew/app-error-handler
Introduction
This is an integration of the weew/error-handler library in to the weew/app framework.
Usage
To enable this provider simply register it on the kernel.
$app->getKernel()->addProviders([ ErrorHandlerProvider::class, ]);