Download the PHP package shallowred/kirby-navigation-menus without Composer
On this page you can find all versions of the php package shallowred/kirby-navigation-menus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download shallowred/kirby-navigation-menus
More information about shallowred/kirby-navigation-menus
Files in shallowred/kirby-navigation-menus
Package kirby-navigation-menus
Short Description A powerful and flexible navigation menu system for Kirby CMS with advanced features like dropdowns, mobile toggles, breadcrumbs, and comprehensive accessibility support.
License MIT
Homepage https://github.com/ShallowRed/kirby-navigation-menus
Informations about the package kirby-navigation-menus
Kirby Pluginkit: Example plugin for Kirby
Variant "Basic setup"
This is a boilerplate for a Kirby plugin that can be installed via all three supported installation methods.
You can find a list of Pluginkit variants on the master branch.
How to use the Pluginkit
- Fork this repository
- Change the plugin name and description in the
composer.json - Change the plugin name in the
index.php - Change the license if you don't want to publish under MIT
- Add your plugin code to the
index.php - Update this
READMEwith instructions for your plugin
We have a tutorial on how to build your own plugin based on the Pluginkit in the Kirby documentation.
What follows is an example README for your plugin.
Installation
Download
Download and copy this repository to /site/plugins/{{ plugin-name }}.
Git submodule
Composer
Setup
Additional instructions on how to configure the plugin (e.g. blueprint setup, config options, etc.)
Options
Document the options and APIs that this plugin offers
Development
Add instructions on how to help working on the plugin (e.g. npm setup, Composer dev dependencies, etc.)
License
MIT