Bruno Meilick Khulan - Kirby MongoDB Khulan is a cache driver and content cache with NoSQL interface for Kirby using MongoDB. Docs Source Install Manual Download … and extract the folder to site/plugins/khulan-kirby-mongodb Composer Copy Git Submodule Copy Sponsor Version 1.4.5 License MIT Stars 2 Supports K5 K4 Created 1 Jul 2024 Updated 1 Dec 2024 Info Topics Caching Databases Performance Search Implements Cache driver(s) Support Docs Issues Email Latest releases 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 Similar plugins class ExamplePage extends \Kirby\Cms\Page { use \Bnomei\ModelWithTurbo; } Turbo Speed up Kirby with automatic caching K5 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 Kirby Litespeed Litespeed plugin for Kirby CMS K5 More by Bruno Meilick More Kirby MCP CLI-first MCP server for Composer-based Kirby CMS projects. It lets an IDE or agent inspect your Kirby project (blueprints, templates, plugi… K5 class ExamplePage extends \Kirby\Cms\Page { use \Bnomei\ModelWithTurbo; } Turbo Speed up Kirby with automatic caching K5 Kart Streamlined E-Commerce Shopping Cart Solution K5