Vincent Riva Debug Bar PHP Debug Bar for KirbyCMS Docs Source Install Manual Download and extract the folder to site/plugins/debugbar Composer Copy Git Submodule Copy Version 1.4.1 License MIT Stars 17 Supports K4 K3 Created 2 May 2023 Updated 25 Feb 2025 Info Topics Analytics Debugging Logging Devtools Implements Site method(s) Snippet(s) Support Docs Issues Email Latest releases 1.4.1 1.4.0 1.3.4 1.3.3 1.3.2 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 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