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 Loop Interactive feedback tool for Kirby CMS websites that allows users to add contextual comments directly on page elements K5 K4 Imagex Imagex helps you orchestrate modern, responsive and performant images in Kirby. K5 K4 Podcaster Podcaster is a complete solution for publishing your podcast. Podcaster has you covered with simple and easy feed management, detailed analy… K5 K4 K3 More by Bruno Meilick More return Field::make(FieldTypes::TEXT) ->label('Description') ->toArray(); PHP Class-based Blueprints PHP Class-based Blueprints for better type safety and code completion K5 K4 K3 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 $page->file('ukulele.pdf')->fingerprint(); Fingerprint File method and css/js helpers to add hashes to assets and files K5 K4 K3