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 Blade Templates Use Laravel Blade templates for your Kirby site K4 K3 Kirby Vite A set of helper functions to get the correct path to your versioned css and js files generated by Vite. K4 K3 Imagex Imagex helps you orchestrate modern, responsive and performant images in Kirby. K4 More by Bruno Meilick More Recently Modified Kirby Plugin to view recently modified pages by current User (or other collections) K4 K3 Posthog Connect Kirby to Posthog via PHP or Javascript K4 K3 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