Ahmet Bora Minify HTML Enable minify HTML output for Kirby 3 and 4. Docs Source Install Manual Download and extract the folder to site/plugins/kirby-minify-html Composer Copy Git Submodule Copy return [ 'afbora.kirby-minify-html' => [ 'enabled' => true, 'options' => [...] ] ]; Version 2.2.0 License MIT Stars 35 Supports K5 K4 K3 Created 20 Sep 2019 Updated 15 Feb 2025 Info Topics Performance Templating Support Docs Issues Email Latest releases 2.2.0 2.1.0 2.0.0 1.7.1 1.7.0 Similar plugins $point = Geo::point(49.4883333, 8.4647222); echo $point->lat(); echo $point->lng(); GEO This plugin adds basic geo search and conversion functionalities to Kirby 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 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 More by Ahmet Bora More return [ 'afbora.loader.roots' => [ '/plugins/core', '/plugins/payment', '/plugins/shipping', ] ]; Plugin Loader With Kirby Loader you can load plugins from multiple roots. Thus, you can simplify the management of your plugins by grouping. K5 K4 K3 // hook 'page.product.update:after' => function () { // your code goes here } Template hooks Template hooks allow you to manage hooks for page and file templates more easily. K4 K3