Bruno Meilick Bruno Meilick

Autoloader

Helper to automatically load various Kirby extensions in a plugin

Manual

Download and extract the folder to site/plugins/autoloader

Composer

Git Submodule

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
More