A Statamic addon that expands the standard cache validation to invalidate the static cache of all relevant URLs.
| Dependency | Minimum version |
|---|---|
| PHP | 8.0 |
| Laravel | 10.0 |
| Statamic | 5.0 |
composer require van-ons/statamic-static-cache-busterOnce installed, you simply need to use the buster class in Statamic's static cache invalidation configuration:
'invalidation' => [
'class' => VanOns\StatamicStaticCacheBuster\StaticCaching\Buster::class,
],And you will immediately get the full power of the static cache busting.
Please see the documentation for detailed information about functionality and configuration.
Please see contributing for more information about how you can contribute.
Please see changelog for more information about what has changed recently.
Please see upgrading for more information about how to upgrade.
Please see security for more information about how we deal with security.
We would like to thank the following contributors for their contributions to this project:
The scripts and documentation in this project are released under the MIT License.

