2017 © Pedro Peláez
 

symfony-bundle logboard-bundle

Log Reporting Dashboard for Symfony2

image

so/logboard-bundle

Log Reporting Dashboard for Symfony2

  • Sunday, September 21, 2014
  • by SofHad
  • Repository
  • 5 Watchers
  • 7 Stars
  • 616 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

Log Reporting Dashboard for Symfony2

Installation

Add this in your composer.json, (*2)

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

And run php composer.phar update so/logboard-bundle, (*3)

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, (*4)

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

Configuration file

  • Create a new file logboard.yml in app/config directory and import it into config_dev.yml
  • Copy/Paste the default configuration and adapt it to your environment, (*5)

    See the default configuration here: https://github.com/SofHad/LogboardBundle/blob/master/Resources/config/Logboard_config_default.yml, (*6)

Screenshot

Here is a quick look at the log reporting dashboard:, (*7)

Screenshot Screenshot Screenshot, (*8)

License

This bundle is available under the MIT license., (*9)

The Versions

21/09 2014

dev-master

9999999-dev https://github.com/SofHad/LogboardBundle

Log Reporting Dashboard for Symfony2

  Sources   Download

MIT

The Requires

 

logger profiler dashboard log logboard bundle

26/02 2014

v1.4

1.4.0.0 https://github.com/SofHad/LogboardBundle

Log Reporting Dashboard for Symfony2

  Sources   Download

MIT

The Requires

 

logger profiler dashboard log logboard bundle

25/02 2014

v1.3

1.3.0.0 https://github.com/SofHad/LogboardBundle

Log Reporting Dashboard for Symfony2

  Sources   Download

MIT

The Requires

 

logger profiler dashboard log logboard bundle

04/12 2013

v1.2

1.2.0.0 https://github.com/SofHad/LogboardBundle

Log Reporting Dashboard for Symfony2

  Sources   Download

MIT

The Requires

 

logger profiler dashboard log logboard bundle