Markus Denhoff 5 Plugins GitHub Certified Partner Featured OAuth 2.0 Interface to use OAuth 2.0 providers for user authentication Kirby 4 plugins Git Content Automatic commit and push of content changes made via the Panel to a git repository Panel Versioning Git 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