Markus Denhoff Clear Cloudflare Cache Automatically purge Cloudflare cached URLs Docs Source Download Version 1.2.0 License MIT Stars 10 Supports K4 K3 Created 2 Mar 2019 Updated 14 Aug 2022 Info Topics Caching Performance Cachebusting CDN Implements Hook(s) Support Docs Issues Email Latest releases 1.2.0 1.1.0 1.0.0 Similar plugins ThumbHash Smarter image placeholders with transparency using the ThumbHash algorithm K4 K3 Blurry Placeholder Blurry image placeholders and progressive image loading for better UX K4 K3 return [ 'cache' => [ 'pages' => [ 'active' => true, 'type' => 'static' ] ] ]; Staticache Staticache gives you the performance of a static site generator for your regular Kirby installations. K4 K3 More by Markus Denhoff More Git Content Automatic commit and push of content changes made via the Panel to a git repository K4 K3 Sentry Sentry real-time crash reporting for Kirby CMS sites K4 K3 class MigrationTest extends Migration { public function up() { $result = Db::query( 'ALTER TABLE `my_table` ADD COLUMN `test` INT DEFAULT NULL; '); if (!$result) throw Db::lastError(); } } Migrations Migrations management (eg. for Databases) K3