https://github.com/putyourlightson/craft-blitz-cloud
Craft Cloud Adapter for the Blitz plugin.
https://github.com/putyourlightson/craft-blitz-cloud
Last synced: about 1 year ago
JSON representation
Craft Cloud Adapter for the Blitz plugin.
- Host: GitHub
- URL: https://github.com/putyourlightson/craft-blitz-cloud
- Owner: putyourlightson
- License: other
- Created: 2024-03-27T23:04:02.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-27T22:25:57.000Z (about 2 years ago)
- Last Synced: 2025-03-19T11:21:18.415Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[]((https://packagist.org/packages/putyourlightson/craft-blitz-cloud))
[](https://packagist.org/packages/putyourlightson/craft-blitz-cloud)

# Blitz Cloud Adapter Plugin for Craft Cloud
The Blitz Cloud Adapter allows the [Blitz](https://putyourlightson.com/plugins/blitz) plugin for [Craft CMS](https://craftcms.com/) to work with sites running on [Craft Cloud](https://craftcms.com/cloud).
## License
This plugin requires a free commercial license available through the [Craft Plugin Store](https://plugins.craftcms.com/blitz-cloud).
## Requirements
This plugin requires [Craft CMS](https://craftcms.com/) 5.0.0 or later, [Blitz](https://putyourlightson.com/plugins/blitz) 5.0.0 or later, and [Craft Cloud Extension](https://github.com/craftcms/cloud-extension-yii2/) 2.0.0 or later.
## Installation
To install the plugin, search for “Blitz Cloud Adapter” in the Craft Plugin Store, or install manually using composer.
```shell
composer require putyourlightson/craft-blitz-cloud
```
## Usage
Once installed, the following components should be selected in the Blitz plugin settings:
- **Cache Storage**: `Craft Cloud Storage`
- **Cache Generator**: `Craft Cloud Generator`
- **Reverse Proxy Purger**: `Craft Cloud Purger`
Note that the Blitz Cloud Adapter leverages Cloudflare’s edge cache, meaning that it will only be effective when running on Craft Cloud.
---
Created by [PutYourLightsOn](https://putyourlightson.com/).