Purge Assets for Craft CMS
Purge Assets is a Craft plugin for super-simple purge of assets and products, either via the control panel or with console commands. With support for soft or hard delete.
Requirements
This plugin requires Craft CMS 3.5.0 or later.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “Purge Assets”. Then click on the “Install” button in its modal window.
With Composer
Open your terminal and run the following commands:
# go to the project directory
cd /path/to/my-project.test
# tell Composer to load the plugin
composer require brambeekman/purge-assets
# tell Craft to install the plugin
./craft install/plugin purge-assets
Resources
- Purge Assets Plugin Page – The official plugin page for Purge Assets
- Purge Assets Documentation – The official documentation