pablok/cache-stats-bundle

PabloK CacheStatsBundle

v0.6.0 2023-01-27 06:51 UTC

This package is auto-updated.

Last update: 2024-04-04 11:43:10 UTC


README

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