van-ons/filament-content-builder

Add a customizable content builder to your Filament admin panel, complete with a set of frequently used content blocks.

Maintainers

Package info

github.com/VanOns/filament-content-builder

pkg:composer/van-ons/filament-content-builder

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.2.1 2026-08-28 08:59 UTC

README

Social card of Filament Content Builder

Filament Content Builder

Latest version on GitHub Total downloads GitHub issues License Plumb score

Add a customizable content builder to your Filament admin panel, complete with a set of frequently used content blocks.

Quick start

For Filament version compatibility, see Compatibility.

Installation

Start by installing the package via Composer:

composer require van-ons/filament-content-builder

Usage

Add the ContentBlocksRenderer field to your Filament resource:

use VanOns\FilamentContentBuilder\Fields\ContentBlocksRenderer;

ContentBlocksRenderer::make('content')
    ->label(__('Content'))
    ->required(),

Then render the blocks in your Blade view:

<x-filament-content-builder::block-renderer :blocks="$post->content" />

Documentation

Please see the documentation for detailed information about installation and usage.

Contributing

Please see Contributing for more information about how you can contribute.

Testing

composer test

Changelog

Please see Changelog for more information about what has changed recently.

Upgrading

Please see Upgrading for more information about how to upgrade.

Security

Please see Security for more information about how we deal with security.

Credits

We would like to thank the following contributors for their contributions to this project:

License

The scripts and documentation in this project are released under the MIT License.

Logo of Van Ons