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 143 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 Merx A powerful toolkit to create your very own online shop. Start entirely from scratch or integrate a store into your existing Kirby websi… 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 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 More by Markus Denhoff More OAuth 2.0 Interface to use OAuth 2.0 providers for user authentication K5 K4 K3 Sentry Sentry real-time crash reporting for Kirby CMS sites K5 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