Bruno Meilick Autoloader Helper to automatically load various Kirby extensions in a plugin Docs Source Install Manual Download … and extract the folder to site/plugins/autoloader Composer Copy Git Submodule Copy Sponsor Kirby::plugin('bnomei/example', [ 'blueprints' => autoloader(__DIR__) ->blueprints(), 'snippets' => autoloader(__DIR__) ->snippets(), // other extensions ]); Version 5.0.0 License MIT Stars 18 Supports K5 K4 Created 1 Sep 2021 Updated 1 Dec 2024 Info Topics DX Plugin Development Support Docs Issues Email Latest releases 5.0.0 4.4.0 4.3.3 4.3.2 4.3.1 Similar plugins Kirby Editor A fully functional built-in file explorer for Kirby CMS K5 K4 Loop Interactive feedback tool for Kirby CMS websites that allows users to add contextual comments directly on page elements K5 K4 Playground Kirby plugin for creating UI test pages K5 K4 More by Bruno Meilick More 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 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