nystudio107 / craft-fastcgicachebust
在条目保存或创建时清除Nginx FastCGI缓存。
5.0.0
2024-04-27 03:55 UTC
Requires
- php: ^8.2
- craftcms/cms: ^5.0.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
README
Craft CMS 5.x的FastCGI缓存清除插件
在条目保存或创建时清除Nginx FastCGI缓存。
要求
此插件需要Craft CMS 5.0.0或更高版本。
安装
要安装FastCGI缓存清除,请按照以下步骤操作
- 使用Composer在项目目录中通过
composer require nystudio107/craft-fastcgicachebust
安装 - 通过CLI使用
./craft install/plugin fastcgi-cache-bust
安装插件,或在控制面板中,转到设置→插件,然后点击FastCGI缓存清除的“安装”按钮。
您还可以通过Craft控制面板中的插件商店安装FastCGI缓存清除。
文档
点击此处 -> FastCGI缓存清除文档
由nystudio107提供