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

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy