Markus Denhoff Git Content Automatic commit and push of content changes made via the Panel to a git repository Docs Source Install Manual Download … and extract the folder to site/plugins/git-content Composer Copy Git Submodule Copy Version 5.3.0 License MIT Stars 148 Supports K5 K4 K3 Created 20 Sep 2015 Updated 24 May 2025 Info Topics Panel Versioning Git Implements Hook(s) Panel area(s) Panel view(s) Route(s) Support Docs Issues Email Latest releases 5.3.0 5.2.0 5.1.0 5.0.2 5.0.1 Similar plugins Janitor Run command – like cleaning the cache – from within the Panel via a customizable button, directly in PHP code or with a cronjob K5 K4 K3 Matomo Displays most important metrics of the extensive open-source tracking solution Matomo directly into the panel and provides helpers for addin… K5 K4 K3 SEO All-in-one toolkit for implementing SEO & Meta best practices in your Kirby site. Get a customizable, turnkey SEO solution in seconds. K5 K4 More by Markus Denhoff More Sentry Sentry real-time crash reporting for Kirby CMS sites K5 K4 K3 Clear Cloudflare Cache Automatically purge Cloudflare cached URLs 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) K5 K4 K3