This is our boilerplate for Kirby plugins. Put a short description of what your plugin does here.
⚡ Ready for Kirby 4!
Note
Delete this section after you are done.
This is our boilerplate for Kirby plugins. Create a project from this repository to create a new plugin and adjust the files accordingly:
# Adjust `my-new-kirby-plugin` to whatever you want to name the output folder
composer create-project presprog/kirby-skeleton-plugin my-new-kirby-plugin
- Update
composer.json
:
- Update the package name
- Update the PSR-4 namespace (or remove entirely)
- Update the installer name (or remove entirely)
- Set the package name in
index.php
- Set the package name in
panel/index.js
- Add badges, if you like
- Write a proper
README.md
for your plugin
…
…
Install this plugin via Composer:
composer require presprog/my-kirby-plugin
Or download the ZIP file from GitHub and unpack it to site/plugins/my-kirby-plugin
…
MIT License Copyright © 2024 Present Progressive
Made by Present Progressive for the Kirby community.