just-better / statamic-static-cache-warmer
Automaticly warms the static cache when it's cleared.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/just-better/statamic-static-cache-warmer
Requires
- php: ^8.3|^8.4
- statamic/cms: ^5.0
- statamic/eloquent-driver: ^4.35
Requires (Dev)
- larastan/larastan: ^3.4
- laravel/pint: ^1.22
- orchestra/testbench: ^10.3
- pestphp/pest: ^3.7
- phpstan/phpstan-mockery: ^2.0
- phpunit/phpunit: ^11.5
This package is not auto-updated.
Last update: 2025-12-11 11:46:28 UTC
README
Statamic Static cache warmer
This Statamic addon provides event listeners to automatically warm the static cache of urls when they are cleared.
Requirements
- PHP ^8.3 or ^8.4
- Laravel ^12.0
- Statamic ^5.0
Installation
You can install this addon via Composer:
composer require just-better/statamic-static-cache-warmer
Configuration
You can publish the config by
php artisan vendor:publish --tag=justbetter-static-cache-warmer
You can now find the config file at config/justbetter/static-cache-warmer.php.
After publishing the config, you can set the queue.
Credits
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
The MIT License (MIT). Please see License File for more information.