If I dont remember wrong in K2 plugins can carry other plugins inside. Is this possible in Kirby 3?
Best
If I dont remember wrong in K2 plugins can carry other plugins inside. Is this possible in Kirby 3?
Best
What exactly do you mean?
I was wondering if in a plugin you can pack inside other plugins that works like a dependency of my plugin. I don’t know if I am clear, sorry, my english is limited :\
You can require other plugins via Composer, like done here: https://github.com/OblikStudio/kirby-memsource
Oh Composer, right! I never used ir I will try it. Thanks