setono/twig-cache-purger-bundle

A Symfony bundle that allows you to purge single templates in the Twig cache

Installs: 13 516

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

Type:symfony-bundle

v1.0.0 2022-06-07 10:15 UTC

This package is auto-updated.

Last update: 2024-03-30 00:24:42 UTC


README

Latest Version Latest Unstable Version Software License Build Status

Purge the cache for individual template files instead of removing the whole cache directory.

Installation

To install this bundle, simply run:

composer require setono/twig-cache-purger-bundle

This will install the bundle and enable it if you're using Symfony Flex. If you're not using Flex, add the bundle manually to bundles.php instead.

Usage

TODO