nystudio107 / craft3-fastcgicachebust
1.0.9
2020-04-16 12:35 UTC
Requires
- craftcms/cms: ^3.0.0-RC1
- v1.x-dev
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-dependabot/npm_and_yarn/docs/follow-redirects-1.14.7
- dev-dependabot/npm_and_yarn/docs/url-parse-1.5.3
- dev-dependabot/npm_and_yarn/docs/prismjs-1.25.0
- dev-dependabot/npm_and_yarn/docs/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/docs/postcss-7.0.36
- dev-dependabot/npm_and_yarn/docs/ws-6.2.2
- dev-dependabot/npm_and_yarn/docs/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/docs/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/docs/lodash-4.17.21
- dev-dependabot/npm_and_yarn/docs/ssri-6.0.2
- dev-dependabot/npm_and_yarn/docs/y18n-4.0.1
- dev-dependabot/npm_and_yarn/docs/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/docs/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/docs/websocket-extensions-0.1.4
- dev-develop
- dev-dependabot/npm_and_yarn/docs/acorn-6.4.1
This package is not auto-updated.
Last update: 2022-02-01 13:08:00 UTC
README
Craft CMS 3.x的FastCGI缓存清除插件
在条目保存或创建时清除Nginx FastCGI缓存。
要求
此插件需要Craft CMS 3.0.0或更高版本。
安装
要安装FastCGI缓存清除,请按照以下步骤操作
- 使用Composer从项目目录安装:
composer require nystudio107/craft-fastcgicachebust
- 通过CLI安装:
./craft install/plugin fastcgi-cache-bust
,或者在控制面板中,转到设置→插件,点击FastCGI缓存清除的“安装”按钮。
您还可以通过Craft控制面板中的插件商店安装FastCGI缓存清除。
FastCGI缓存清除适用于Craft 3.x。
文档
点击这里 -> FastCGI缓存清除文档
由nystudio107提供