All Projects → pedroborges → kirby-blade-template

pedroborges / kirby-blade-template

Licence: MIT license
⬢ Laravel Blade template component for Kirby CMS.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to kirby-blade-template

kirbyup
🆙 Zero-config bundler for Kirby Panel plugins
Stars: ✭ 33 (+26.92%)
Mutual labels:  kirby-cms, kirby-plugin
search-for-kirby
Kirby 3 plugin for adding a search index (sqlite or Algolia).
Stars: ✭ 42 (+61.54%)
Mutual labels:  kirby-cms, kirby-plugin
field-engineer
A Kirby field for complex field structures.
Stars: ✭ 49 (+88.46%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-html-minifier
Minify the html output of a site built with Kirby CMS
Stars: ✭ 20 (-23.08%)
Mutual labels:  kirby-cms, kirby-plugin
laravel-mix-kirby
Laravel Mix helper for Kirby
Stars: ✭ 23 (-11.54%)
Mutual labels:  kirby-cms, kirby-plugin
retour-for-kirby
Kirby 3 plugin to manage redirects and track 404s right from the Panel
Stars: ✭ 96 (+269.23%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-highlight
Themeable server-side syntax highlighting for Kirby
Stars: ✭ 14 (-46.15%)
Mutual labels:  kirby-cms, kirby-plugin
content-viewer
A nifty little Kirby widget that allows you to show a block of Kirbytext or Markdown content in Kirby's panel.
Stars: ✭ 16 (-38.46%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-blade
Enable Laravel Blade Template Engine for Kirby 3
Stars: ✭ 20 (-23.08%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-boiler-field
Boilerplate for Kirby form fields
Stars: ✭ 15 (-42.31%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-podcast
A KirbyCMS-Podcast-Plugin
Stars: ✭ 22 (-15.38%)
Mutual labels:  kirby-cms, kirby-plugin
kirby3-many-to-many-field
This plugin allows you to create many-to-many relationships between pages in Kirby and synchronizes them on both sides.
Stars: ✭ 38 (+46.15%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-minify-html
Enable minify HTML output for Kirby 3
Stars: ✭ 27 (+3.85%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-membership
Simple Membership plugin for Kirby CMS
Stars: ✭ 27 (+3.85%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-securedpages
Protect pages for authenticated users
Stars: ✭ 28 (+7.69%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-markdown-field
Super-sophisticated markdown editor for Kirby 3, community built.
Stars: ✭ 143 (+450%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-highlighter
🌐 Server-side syntax highlighting for the Kirby code block & KirbyText
Stars: ✭ 18 (-30.77%)
Mutual labels:  kirby-plugin
kirby-flat-file-snipcart
Demo code for a Snipcart-powered Kirby CMS e-commerce project.
Stars: ✭ 14 (-46.15%)
Mutual labels:  kirby-cms
kirby-hashed-assets
🛷 File name hashes support for css() and js() helpers. Without rewrite rules!
Stars: ✭ 15 (-42.31%)
Mutual labels:  kirby-plugin
murby
A plain Kirby 3 starterkit on steroids!
Stars: ✭ 41 (+57.69%)
Mutual labels:  kirby-cms

Kirby Pluginkit: Example plugin for Kirby

Variant "Setup with Composer dependencies"

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

  1. Fork this repository
  2. Change the plugin name and description in the composer.json
  3. Change the plugin name in the index.php
  4. Change the license if you don't want to publish under MIT
  5. Add your plugin code to the index.php and the src directory
  6. Require Composer dependencies with composer require
  7. Update this README with 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

git submodule add https://github.com/{{ your-name }}/{{ plugin-name }}.git site/plugins/{{ plugin-name }}

Composer

composer require {{ your-name }}/{{ plugin-name }}

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

Credits

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].