Bruno Meilick Collect Adds support for Laravel collections to Kirby Docs Source Download 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 4 Sep 2023 Info Topics DX Templating Utilities Implements Collection method(s) Support Docs Issues Email Latest releases 1.1.0 1.0.0 Similar plugins Kirby Template Sugar Syntactic sugar for Kirby templates that makes working with snippets and slots a breeze. K4 K3 Tailwind Merge Intelligently merge Tailwind classes without style conflicts in your Kirby templates K4 K3 Imagex Imagex helps you orchestrate modern, responsive and performant images in Kirby. K4 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 K4 K3 Mailjet Send transactional SMS, transactional E-Mail and Campaigns with Mailjet K4 K3 Recently Modified Kirby Plugin to view recently modified pages by current User (or other collections) K4 K3