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 Playground Kirby plugin for creating UI test pages K5 K4 return Field::make(FieldTypes::TEXT) ->label('Description') ->toArray(); PHP Class-based Blueprints PHP Class-based Blueprints for better type safety and code completion K5 K4 K3 Statusbar Kirby frontend statusbar plugin K5 K4 More by Bruno Meilick More $page->file('ukulele.pdf')->fingerprint(); Fingerprint File method and css/js helpers to add hashes to assets and files K5 K4 K3 UTM Tracking Automatically track events from URLs with UTM parameters and view statistics about them right in the panel. K5 K4 K3 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