Michael Engel Logger Gain deeper insights into your Kirby website's behavior with the powerful Logger. Docs Source Install Manual Download and extract the folder to site/plugins/logger Composer Copy Git Submodule Copy Version 1.0.0 License MIT Stars 21 Supports K3 Created 25 Mar 2024 Updated 22 May 2024 Info Topics Analytics Logging Devtools Implements Helper(s) Support Docs Issues Email Latest releases 1.0.0 Similar plugins Kirbylog Zero-dependency global kirbylog() helper for any content K5 K4 K3 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 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 More by Michael Engel More Cookie Banner Integrate a user-friendly cookie banner into your Kirby website with ease. This simple solution allows for effortless incorporation directly… K3