getkirby/pluginkit
Composer 安装命令:
composer require getkirby/pluginkit
包简介
Kirby Example Plugin
README 文档
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 |
统计信息
- 总下载量: 1.57k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 30
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-02-02