Markus Denhoff 5 Plugins GitHub Certified Partner Featured OAuth 2.0 Interface to use OAuth 2.0 providers for user authentication Last updates Git Content Automatic commit and push of content changes made via the Panel to a git repository Updated: 9 Jul 2024 Kirby 4 plugins Sentry Sentry real-time crash reporting for Kirby CMS sites Analytics Debugging Logging Devtools Clear Cloudflare Cache Automatically purge Cloudflare cached URLs Caching Performance Cachebusting CDN Kirby 3 plugins 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) Databases Devtools