Ahmet Bora Ahmet Bora

Plugin Loader

With Kirby Loader you can load plugins from multiple roots. Thus, you can simplify the management of your plugins by grouping.

Manual

Download and extract the folder to site/plugins/loader

Composer

Git Submodule

return [
    'afbora.loader.roots' => [
        '/plugins/core',
        '/plugins/payment',
        '/plugins/shipping',
    ]
];
Version
2.3.1
License
MIT
Stars
11
Supports
K5 K4 K3
Created
2 Aug 2019
More