Bruno Meilick Storybook Generate Storybook stories from snippets and templates Docs Source Install Manual Download and extract the folder to site/plugins/storybook Composer Copy Git Submodule Copy Sponsor Version 2.0.1 License MIT Stars 22 Supports K5 K4 K3 Created 20 Dec 2022 Updated 5 Jan 2025 Info Topics Cli Templating Components Devtools Implements CLI command(s) Support Docs Issues Email Latest releases 2.0.1 2.0.0 1.0.4 1.0.3 1.0.2 Similar plugins Code Highlighter A server-side syntax highlighter plugin for Kirby CMS, powered by Phiki, that uses TextMate grammars and VS Code themes to generate syntax-h… K5 K4 Blade Templates Use Laravel Blade templates for your Kirby site K5 K4 K3 $form = new Form([ 'name' => [ 'rules' => ['required'], 'message' => ['Name is required'] ], ]); Uniform Probably the most versatile solution for handling web form submissions, validation and backend processing on your site K5 K4 K3 More by Bruno Meilick More return [ 'bnomei.securityheaders.headers' => [ 'X-Frame-Options' => 'SAMEORIGIN', 'X-XSS-Protection' => '1; mode=block', 'X-Content-Type-Options' => 'nosniff', ... ] ]; Content Security Policy Simplify the content security policy headers setup for your website K5 K4 K3 Kart Streamlined E-Commerce Shopping Cart Solution K5 class ExamplePage extends \Kirby\Cms\Page { use \Bnomei\ModelWithTurbo; } Turbo Speed up Kirby with automatic caching K5