Skip to content

bars83/ai-logger-bundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sonata Admin Logger

1. Install

Add to file composer.json

"require": {
    ...
    "ai/logger-bundle": "dev-master"
    ...
},
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/ruslana-net/ai-logger-bundle"
    }
],

Bash command

cd /path/to/project/
php composer.phar update

Add to file app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        ...,
        new Ai\AdminBundle\AiAdminBundle(),
        ...
    );
    ...
}

2. Run

php app/console doctrine:schema:update --force
php app/console assets:install web
php app/console cache:clear 

About

Sonata Admin Logger Bundle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 75.4%
  • HTML 24.0%
  • CSS 0.6%