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.0 License MIT Stars 16 Supports K5 K4 K3 Created 1 May 2022 Updated 10 Jun 2025 Info Topics Databases Devtools Implements CLI command(s) Support Docs Issues Email Latest releases 1.1.0 1.0.0 0.1.1 0.1.0 Similar plugins Admin Bar Adds an admin bar to the frontend in Kirby CMS so you can easily edit the current page or access common panel pages K5 K4 Sentry Sentry real-time crash reporting for Kirby CMS sites K5 K4 K3 use Beebmx\KirbyDB\DB; DB::table('users')->get(); Illuminate Database Use Laravel's illuminate/database package in Kirby K5 K4 K3 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 OAuth 2.0 Interface to use OAuth 2.0 providers for user authentication K5 K4 K3