Bruno Meilick

Autoloader

Helper to automatically load various Kirby extensions in a plugin

Kirby::plugin('bnomei/example', [
    'blueprints' => autoloader(__DIR__)
                      ->blueprints(),
    'snippets' => autoloader(__DIR__)
                      ->snippets(),
    // other extensions
]);
Version
4.2.1
License
MIT
Stars
17
Supports
K4 K3
Created
1 Sep 2021
More