Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 522 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 522 Bytes

PablokCacheStatsBundle

Installation

composer require --dev pablok/cache-stats-bundle

In case you don't use Symfony Flex please add this bundle to AppKernel.php

<?php
// app/AppKernel.php

public function registerBundles()
{
    // ...
    if (in_array($this->getEnvironment(), array('dev', 'test'))) {
        // ...
        $bundles[] = new PabloK\CacheStatsBundle\PabloKCacheStatsBundle();
    }
}

Example

Toolbar example

License

MIT