getkirby / pluginkit
Kirby Example Plugin
Fund package maintenance!
getkirby.com/buy
Installs: 1 410
Dependents: 0
Suggesters: 0
Security: 0
Stars: 29
Watchers: 7
Forks: 14
Open Issues: 0
This package is auto-updated.
Last update: 2025-03-14 12:19:20 UTC
README
This is a boilerplate for a Kirby plugin that can be installed via all three supported installation methods.
There are several variants of the Pluginkit for different types of plugins:
Tutorial | Code | ZIP | Composer installation | |
---|---|---|---|---|
Basic setup | ➡︎ | ➡︎ | ⬇︎ | composer create-project getkirby/pluginkit site/plugins/your-plugin dev-1-basic --remove-vcs |
Setup with autoloader | ➡︎ | ➡︎ | ⬇︎ | composer create-project getkirby/pluginkit site/plugins/your-plugin dev-2-autoloader --remove-vcs |
Setup with Composer dependencies | ➡︎ | ➡︎ | ⬇︎ | composer create-project getkirby/pluginkit site/plugins/your-plugin dev-3-composer --remove-vcs |
Setup for Panel plugins | ➡︎ | ➡︎ | ⬇︎ | composer create-project getkirby/pluginkit site/plugins/your-plugin dev-4-panel --remove-vcs |