Closed chpio closed 5 years ago
I am aware of the pluginkit and am trying to find some time to update my plugins accordingly. I am just missing some time at the moment. Any PR is welcome, else I am trying to get on it quickly.
The vendor folder, in this configuration, allows to clone / copy-paste the repo without the need of composer. But it's an outdated structure, judging from what Lukas put together.
The plugin is now up to date ✅
nice, thank you
i think there is a copy & paste bug
"extra": {
"installer-name": "superplugin"
}
should be not in the config, its purpose is to override the name of the plugin, so your plugins name gets overridden to "superplugin" right now.
Duh, did it too quickly 🙉 That's fixed.
Hi,
please follow the kirby composer instructions
https://getkirby.com/docs/guide/plugins/plugin-setup-basic#the-composer-json
Also what's the purpose of adding the
vendor
dir to git?