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.2.0 License MIT Stars 141 Supports K4 K3 Created 20 Sep 2015 Updated 9 Jul 2024 Info Topics Panel Versioning Git Implements Hook(s) Panel area(s) Panel view(s) Route(s) Support Docs Issues Email Latest releases 5.2.0 5.1.0 5.0.2 5.0.1 5.0.0 Similar plugins Komments A webmention enabled comment plugin. Receive comments and webmentions. Spam protection and a moderation panel view included. K5 K4 Form Block Suite This form plugin for Kirby offers you maximum flexibility and usability. It can be used as a block where needed. Even multiple times per pag… K5 K4 K3 Arborescence A tree menu section for your Kirby panel. K5 K4 More by Markus Denhoff More Sentry Sentry real-time crash reporting for Kirby CMS sites K4 K3 OAuth 2.0 Interface to use OAuth 2.0 providers for user authentication 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