Bruno Meilick PHP Class-based Blueprints PHP Class-based Blueprints for better type safety and code completion Docs Source Download Sponsor return Field::make(FieldTypes::TEXT) ->label('Description') ->toArray(); Version 5.0.1 License Other Stars 17 Supports K5 K4 K3 Created 24 Nov 2023 Updated 2 Jan 2025 Info Topics DX Blueprints Support Docs Issues Email Latest releases 5.0.1 4.5.0 4.4.12 4.4.11 4.4.10 Similar plugins blueprints ├── pages │ ├── default.yml │ ├── home.policy.yml │ ├── simple.policy.yml │ ├── content.yml │ └── post.policy.yml ├── users │ ├── admin.yml │ └── editor.yml └── site.yml Policy Display different fields for different user roles in the Panel K4 Devutils Kirby devutils is a set of command line tools to help you manage your Kirby CMS project. K4 Kirby::plugin('bnomei/example', [ 'blueprints' => autoloader(__DIR__) ->blueprints(), 'snippets' => autoloader(__DIR__) ->snippets(), // other extensions ]); Autoloader Helper to automatically load various Kirby extensions in a plugin K5 K4 K3 More by Bruno Meilick More 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 Redis Cache Driver Redis based Cache-Driver K5 K4 K3