Skip to content

A CraftCMS 3.x plugin which allows you selectively clear CraftCMS-controlled caches from the console

License

Notifications You must be signed in to change notification settings

the-refinery/craft3-cache-clear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CacheClear plugin for Craft CMS 3.x

Requirements

This plugin requires Craft CMS 3.0.0 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Manually add the repository to your composer.json since this plugin is not listed on packagist

     "repositories": [
     	{
     		"type": "github",
     		"url": "[email protected]:the-refinery/craft3-cache-clear.git"
     	}
     ]
    
  3. Then install the plugin:

     composer require the-refinery/cache-clear
    
  4. In the Control Panel, go to Settings → Plugins and click the “Install” button for CacheClear.

CacheClear Overview

Clears cache upon deployment

Configuring CacheClear

Using CacheClear

CacheClear Roadmap

About

A CraftCMS 3.x plugin which allows you selectively clear CraftCMS-controlled caches from the console

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages