Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 1.76 KB

README.md

File metadata and controls

executable file
·
12 lines (9 loc) · 1.76 KB

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