mango-chutney/craft-blitz-fastly

Fastly cache purger for the Blitz plugin for Craft CMS.

2.0.0 2024-04-11 05:09 UTC

This package is auto-updated.

Last update: 2024-04-11 05:13:48 UTC


README

Fastly cache purger for the Blitz plugin for Craft CMS.

Usage

  1. Install the plugin with composer require mango-chutney/craft-blitz-fastly or from the plugin store

  2. Select the purger under the Reverse Proxy Purging tab in your Blitz settings and configure with your Fastly API key and service ID

Or configure in your config/blitz.php file

'cachePurgerType' => 'mangochutney\blitzfastly\FastlyPurger',

'cachePurgerSettings' => [
    'apiKey' => 'FASTLY_API_TOKEN',
    'serviceId' => 'FASTLY_SERVICE_ID',
],