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 K3 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 Alfred: Kirby Docs search Kirby docs search workflow for Alfred K5 K4 Statusbar Kirby frontend statusbar plugin K5 K4 return [ 'afbora.loader.roots' => [ '/plugins/core', '/plugins/payment', '/plugins/shipping', ] ]; Plugin Loader With Kirby Loader you can load plugins from multiple roots. Thus, you can simplify the management of your plugins by grouping. K5 K4 K3 More by Bruno Meilick More Janitor Run command – like cleaning the cache – from within the Panel via a customizable button, directly in PHP code or with a cronjob K5 K4 K3 Storybook Generate Storybook stories from snippets and templates K5 K4 K3 Redis Cache Driver Redis based Cache-Driver K5 K4 K3