Bruno Meilick PHP Class-based Blueprints PHP Class-based Blueprints for better type safety and code completion Website Docs Source Download Sponsor return Field::make(FieldTypes::TEXT) ->label('Description') ->toArray(); Version 4.4.10 License MIT Stars 16 Supports K4 K3 Created 24 Nov 2023 Updated 9 Aug 2024 Info Topics DX Blueprints Support Docs Issues Email Latest releases 4.4.10 4.4.9 4.4.8 4.4.7 4.4.6 Similar plugins Devkit Get easily accessible info on variables and data in frontend for template development. K4 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 Ray Helper tool that enables ray (https://myray.app/) on all extendable methods. K4 K3 More by Bruno Meilick More Posthog Connect Kirby to Posthog via PHP or Javascript K4 K3 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 K4 K3 Khulan - Kirby MongoDB Khulan is a cache driver and content cache with NoSQL interface for Kirby using MongoDB. K4