deichrakete / kirby-cache
Package info
github.com/deichrakete/kirby-cache
Type:kirby-plugin
pkg:composer/deichrakete/kirby-cache
1.0.0
2024-09-17 15:39 UTC
Requires
This package is auto-updated.
Last update: 2026-02-17 19:13:50 UTC
README
This is a simple cache plugin for Kirby, a file-based CMS. At the moment it allows you to add a cache-buster for the css() and js() functions.
Installation
- Download the plugin files.
- Copy the
cachefolder into thesite/pluginsdirectory of your Kirby installation orcomposer require deichrakete/kirby-cacheorgit submodule add https://github.com/deichrakete/kirby-cache.git site/plugins/cache
- The plugin is enabled by default
Config options
# everything is true by default 'deichrakete.cache.options' => [ 'buster' => [ 'css' => false, 'js' => false, ] ]