An open API service indexing awesome lists of open source software.

https://github.com/nystudio107/craft-fastcgicachebust

Bust the Nginx FastCGI Cache when entries are saved or created.
https://github.com/nystudio107/craft-fastcgicachebust

bust craft-plugin craft3 craftcms fastcgi-cache

Last synced: 6 months ago
JSON representation

Bust the Nginx FastCGI Cache when entries are saved or created.

Awesome Lists containing this project

README

        

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nystudio107/craft-fastcgicachebust/badges/quality-score.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-fastcgicachebust/?branch=v5) [![Code Coverage](https://scrutinizer-ci.com/g/nystudio107/craft-fastcgicachebust/badges/coverage.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-fastcgicachebust/?branch=v5) [![Build Status](https://scrutinizer-ci.com/g/nystudio107/craft-fastcgicachebust/badges/build.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-fastcgicachebust/build-status/v5) [![Code Intelligence Status](https://scrutinizer-ci.com/g/nystudio107/craft-fastcgicachebust/badges/code-intelligence.svg?b=v5)](https://scrutinizer-ci.com/code-intelligence)

# FastCGI Cache Bust plugin for Craft CMS 5.x

Bust the Nginx FastCGI Cache when entries are saved or created.

![Screenshot](./docs/docs/resources/img/plugin-logo.png)

## Requirements

This plugin requires Craft CMS 5.0.0 or later.

## Installation

To install FastCGI Cache Bust, follow these steps:

1. Install with Composer via `composer require nystudio107/craft-fastcgicachebust` from your project directory
2. Install the plugin via `./craft install/plugin fastcgi-cache-bust` via the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for FastCGI Cache Bust.

You can also install FastCGI Cache Bust via the **Plugin Store** in the Craft Control Panel.

## Documentation

Click here -> [FastCGI Cache Bust Documentation](https://nystudio107.com/plugins/fastcgi-cache-bust/documentation)

Brought to you by [nystudio107](https://nystudio107.com)