Download the PHP package so/logboard-bundle without Composer
On this page you can find all versions of the php package so/logboard-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download so/logboard-bundle
More information about so/logboard-bundle
Files in so/logboard-bundle
Download so/logboard-bundle
More information about so/logboard-bundle
Files in so/logboard-bundle
Vendor so
Package logboard-bundle
Short Description Log Reporting Dashboard for Symfony2
License MIT
Homepage https://github.com/SofHad/LogboardBundle
Package logboard-bundle
Short Description Log Reporting Dashboard for Symfony2
License MIT
Homepage https://github.com/SofHad/LogboardBundle
Please rate this library. Is it a good library?
Informations about the package logboard-bundle
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
- 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
See the default configuration here: https://github.com/SofHad/LogboardBundle/blob/master/Resources/config/Logboard_config_default.yml
Screenshot
Here is a quick look at the log reporting dashboard:
License
This bundle is available under the MIT license.
All versions of logboard-bundle with dependencies
PHP Build Version
Package Version
Requires
symfony/symfony Version
2.*.*
The package so/logboard-bundle contains the following files
Loading the files please wait ....