This plugin requires Craft CMS 3.0.0 or later.
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
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" } ]
-
Then install the plugin:
composer require the-refinery/cache-clear
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for CacheClear.
Clears cache upon deployment