All Projects → getkirby → pluginkit

getkirby / pluginkit

Licence: MIT license
A boilerplate for a Kirby plugin

Kirby Pluginkit: Example plugin for Kirby

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].