Hi,
How can i register plugins from multiple paths, for ex:
Or:
Is this possible register multiple folders? Thanks
You can’t register multiple plugin roots, but you could create a “loader” plugin in site/plugins/loader/index.php that then loads the plugins from the other directories with require_once(). Kirby doesn’t do anything else internally either.
site/plugins/loader/index.php
require_once()
Thank you. I have created new plugin about that