"require": {
...
"ai/logger-bundle": "dev-master"
...
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ruslana-net/ai-logger-bundle"
}
],cd /path/to/project/
php composer.phar updatepublic function registerBundles()
{
$bundles = array(
...,
new Ai\AdminBundle\AiAdminBundle(),
...
);
...
}php app/console doctrine:schema:update --force
php app/console assets:install web
php app/console cache:clear