Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • Bruno Meilick Bruno Meilick

    PHP Class-based Blueprints

    PHP Class-based Blueprints for better type safety and code completion

    Docs Source
    Buy
    return Field::make(FieldTypes::TEXT)
        ->label('Description')
        ->toArray();
    Version
    5.1.3
    License
    Other
    Stars
    19
    Supports
    K5 K4 K3
    Created
    24 Nov 2023
    Updated
    1 Jul 2025

    Info

    Topics
    • DX
    • Blueprints
    Support
    • Docs
    • Issues
    • Email
    Latest releases
    • 5.1.3
    • 5.1.2
    • 5.1.1
    • 5.1.0
    • 5.0.1

    Similar plugins

    • Loop Interactive feedback tool for Kirby CMS websites that allows users to add contextual comments directly on page elements K5 K4
    • Ray Helper tool that enables ray (https://myray.app/) on all extendable methods. K5 K4 K3
    • 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 K5 K4

    More by Bruno Meilick

    More
    • UTM Tracking Automatically track events from URLs with UTM parameters and view statistics about them right in the panel. K5 K4 K3
    • Kart Streamlined E-Commerce Shopping Cart Solution K5
    • env('APP_DEBUG');
      DotEnv Store project credentials and environment variables in a .env file and access them in Kirby K5 K4 K3