Skip to content

SofHad/LogboardBundle

Repository files navigation

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.

About

[ Deprecated ] Log Reporting Dashboard for Symfony2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages