weew / app-error-handler
Error handling component for the weew/app package.
Installs: 151
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/weew/app-error-handler
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, ]);