so/logboard-bundle

Log Reporting Dashboard for Symfony2

Installs: 629

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 6

Forks: 3

Open Issues: 0

Type:symfony-bundle

v1.4 2014-02-26 09:34 UTC

This package is not auto-updated.

Last update: 2024-04-09 03:11:32 UTC


README

Build Status

Log Reporting Dashboard for Symfony2

Installation

Add this in your composer.json

"require-dev": {
    [...]
    "so/logboard-bundle": "1.4.*@dev"
},

And run php composer.phar update so/logboard-bundle

Register the bundle in your AppKernel (app/AppKernel.php)

Most of the time, we need this bundle to be only activated in the dev environment

[...]
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
    [...]
    $bundles[] = new So\LogboardBundle\LogboardBundle();
}

Configuration file

Screenshot

Here is a quick look at the log reporting dashboard:

Screenshot Screenshot Screenshot

##License

This bundle is available under the MIT license.