deichrakete/kirby-cache
最新稳定版本:1.0.0
Composer 安装命令:
composer require deichrakete/kirby-cache
包简介
README 文档
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, ] ]
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-17