Markus Denhoff Migrations Migrations management (eg. for Databases) Docs Source Install Manual Download … and extract the folder to site/plugins/migrations Composer Copy Git Submodule Copy 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(); } } Version 1.1.1 License MIT Stars 17 Supports K5 K4 Created 1 May 2022 Updated 27 Jan 2026 Info Topics Databases Devtools Implements CLI command(s) Support Docs Issues Email Latest releases 1.1.1 1.1.0 1.0.0 0.1.1 0.1.0 Similar plugins <?= $page->counterImage() ?> Pageview Counter Track Page view count and last visited timestamp K5 K4 sections: redirects: extends: plugin-redirects3xx Redirects Setup HTTP status code redirects from within the Panel K5 K4 - kirby install - kirby install:kit - kirby install:repo - kirby make:blueprint - kirby make:collection - kirby make:command CLI The Kirby command line interface helps to simplify common tasks with your Kirby installations. K5 K4 More by Markus Denhoff More Git Content Automatic commit and push of content changes made via the Panel to a git repository K5 K4 Sentry Sentry real-time crash reporting for Kirby CMS sites K5 K4 OAuth 2.0 Interface to use OAuth 2.0 providers for user authentication K5 K4