This plugin is marked as archived and no longer actively maintained Bruno Meilick Collect Adds support for Laravel collections to Kirby Docs Source Install Manual Download and extract the folder to site/plugins/collect Composer Copy Git Submodule Copy Sponsor $mostPopularPage = $kirbyCollection ->sortBy('viewcount')->last() ->viewcount()->toInt(); // with collect plugin $mostPopularPage = $kirbyCollection ->collect()->max('content.viewcount'); Version 1.1.0 License MIT Stars 3 Supports K4 K3 Created 16 May 2022 Updated 23 Nov 2024 Info Topics DX Templating Utilities Implements Collection method(s) Support Docs Issues Email Latest releases 1.1.0 1.0.0 Similar plugins $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 Kirby Vite A set of helper functions to get the correct path to your versioned css and js files generated by Vite. 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 Bruno Meilick More Storybook Generate Storybook stories from snippets and templates K5 K4 K3 Seobility – Keyword check Plugin to use the free and paid API of Seobility.net like the keyword check K5 K4 K3 UTM Tracking Automatically track events from URLs with UTM parameters and view statistics about them right in the panel. K5 K4 K3