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 Statusbar Kirby frontend statusbar plugin K5 K4 site └ methods └ file.php └ page.php └ site.php └ user.php Methods Folder Methods Folder is a plugin to automatically register local methods provided in the folder site/methods just like Kirby accepts local collect… K5 K4 K3 More by Bruno Meilick More Kart Streamlined E-Commerce Shopping Cart Solution K5 return [ 'bnomei.robots-txt' => [ 'content' => '...' ] ]; Robots.txt Manage the robots.txt from Kirby's config file K5 K4 K3 $page->file('ukulele.pdf')->fingerprint(); Fingerprint File method and css/js helpers to add hashes to assets and files K5 K4 K3