netnak/cloudburst 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

netnak/cloudburst

最新稳定版本:v1.0.7

Composer 安装命令:

composer require netnak/cloudburst

包简介

README 文档

README

Cloudburst is a Statamic addon that integrates with Cloudflare to let you easily purge cache directly from your control panel.

🚀 Features

  • One-click Cloudflare cache purge from Statamic CP
  • Automatically detects and stores your Cloudflare Zone ID
  • Dashboard widget for quick access
  • Configurable via .env or config file
  • allows multi domain cache busting

📦 Installation

Install via Composer:

composer require netnak/cloudburst

Then publish the config file (optional):

php artisan vendor:publish --tag=cloudburst-config --force

⚙️ Configuration

Cloudburst auto-registers itself as a widget

To manually turn it off you can use the setting in the config

'show_widget' => false

✅ Usage

This addon requires a CloudFlare API token. It will need read access to the cloudflare API zone resources and purge access to cache purge. These env variables override defaults in config/cloudburst.php:

CLOUDBURST_ACCESS_KEY=your_cloudflare_access_key
CLOUDBURST_OVERRIDE_DOMAIN=yourdomain.com # optional override or CSV yourdomain.com,yourotherdomain.com

Or edit config/cloudburst.php directly.

🪪 License

MIT — see the LICENSE file for details.

统计信息

  • 总下载量: 126
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-06-02