opale / console-exception-bundle
Symfony ConsoleExceptionBundle
Installs: 9 616
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 1
Open Issues: 2
Type:symfony-bundle
Requires
- php: >=5.3.9
- psr/log: ^1.0.0
- symfony/config: ^2.3||^3.0
- symfony/console: ^2.3||^3.0
- symfony/dependency-injection: ^2.3||^3.0
- symfony/http-kernel: ^2.3||^3.0
This package is not auto-updated.
Last update: 2020-02-07 16:08:39 UTC
README
ConsoleExceptionBundle
Symfony console exception logger bundle is a simple implementation of http://symfony.com/doc/current/cookbook/console/logging.html
Just register the bundle in your AppKernel.php
$bundles = array( //... new Opale\ConsoleExceptionBundle\OpaleConsoleExceptionBundle(), );