PHPackages                             van-ons/filament-content-builder - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. van-ons/filament-content-builder

ActiveLibrary

van-ons/filament-content-builder
================================

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

v2.2.1(yesterday)00MITPHPPHP ^8.2CI passing

Since Apr 4Pushed today1 watchersCompare

[ Source](https://github.com/VanOns/filament-content-builder)[ Packagist](https://packagist.org/packages/van-ons/filament-content-builder)[ RSS](/packages/van-ons-filament-content-builder/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (9)Versions (26)Used By (0)

[![Social card of Filament Content Builder](art/social-card.png)](art/social-card.png)

Filament Content Builder
========================

[](#filament-content-builder)

[![Latest version on GitHub](https://camo.githubusercontent.com/54bc9650315ce058a339a406e2d50399eeddac11cdcc44a3f22273e7aee78fb2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f56616e4f6e732f66696c616d656e742d636f6e74656e742d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://github.com/VanOns/filament-content-builder/releases)[![Total downloads](https://camo.githubusercontent.com/2769d26ec811797ba75c8080fedd35deee59307526b32a8789ce4c1eeab97770/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76616e2d6f6e732f66696c616d656e742d636f6e74656e742d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/van-ons/filament-content-builder)[![GitHub issues](https://camo.githubusercontent.com/d9e6ceb7f5f07ffd9ac02308fc477b422425665c56a533c1bc891858bb7eae45/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f56616e4f6e732f66696c616d656e742d636f6e74656e742d6275696c6465723f7374796c653d666c61742d737175617265)](https://github.com/VanOns/filament-content-builder/issues)[![License](https://camo.githubusercontent.com/eab14258fe3051209bfa504d44795f4018b0d79e30f46a83119e38ee9cbd1834/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f56616e4f6e732f66696c616d656e742d636f6e74656e742d6275696c6465723f7374796c653d666c61742d737175617265)](https://github.com/VanOns/filament-content-builder/blob/main/LICENSE.md)[![Plumb score](https://camo.githubusercontent.com/6a8fde8517b9ff3aae54df3c1e6fe34f1700ce361ba8def05302871d210c6eeb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f64796e616d69632f72656765783f75726c3d6874747073253341253246253246706c756d627068702e64657625324662616467657325324676616e2d6f6e7325324666696c616d656e742d636f6e74656e742d6275696c646572253246636f6d706f736974652e737667267365617263683d2533437469746c65253345706c756d6225334125354373253241253238253542253545253343253544253242253239253343267265706c6163653d25323431266c6162656c3d706c756d62267374796c653d666c61742d737175617265)](https://plumbphp.dev/van-ons/filament-content-builder)

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

Quick start
-----------

[](#quick-start)

> For Filament version compatibility, see [Compatibility](docs/compatibility.md).

### Installation

[](#installation)

Start by installing the package via Composer:

```
composer require van-ons/filament-content-builder
```

### Usage

[](#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:

```

```

Documentation
-------------

[](#documentation)

Please see the [documentation](docs) for detailed information about installation and usage.

Contributing
------------

[](#contributing)

Please see [Contributing](CONTRIBUTING.md) for more information about how you can contribute.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [Changelog](CHANGELOG.md) for more information about what has changed recently.

Upgrading
---------

[](#upgrading)

Please see [Upgrading](UPGRADING.md) for more information about how to upgrade.

Security
--------

[](#security)

Please see [Security](SECURITY.md) for more information about how we deal with security.

Credits
-------

[](#credits)

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

- [All contributors](../../contributors)

License
-------

[](#license)

The scripts and documentation in this project are released under the [MIT License](LICENSE.md).

---

[![Logo of Van Ons](https://camo.githubusercontent.com/f233e4b012f8d6bded619dbeb286cf4d9c5fbe2789456e8c4495d3c0fae66b1f/68747470733a2f2f6f70656e736f757263652e76616e2d6f6e732e6e6c2f66696c65732f636f772e706e67)](https://van-ons.nl/)

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~22 days

Recently: every ~7 days

Total

24

Last Release

1d ago

Major Versions

v0.0.2 → 1.0.02025-04-17

v1.0.6 → v2.0.02025-12-04

v1.0.7 → v2.0.22026-03-04

v1.1.0 → v2.2.02026-08-28

v1.2.0 → v2.2.12026-08-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/debbcd85681a52cac4d7a2757a16694a503337e891582928cd86b698ae26e845?d=identicon)[vanons](/maintainers/vanons)

---

Top Contributors

[![KianAcquoy](https://avatars.githubusercontent.com/u/118724608?v=4)](https://github.com/KianAcquoy "KianAcquoy (53 commits)")[![dnwjn](https://avatars.githubusercontent.com/u/57711725?v=4)](https://github.com/dnwjn "dnwjn (34 commits)")[![JesseAlaerds](https://avatars.githubusercontent.com/u/12842801?v=4)](https://github.com/JesseAlaerds "JesseAlaerds (6 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![joshuavanderpoll](https://avatars.githubusercontent.com/u/16516497?v=4)](https://github.com/joshuavanderpoll "joshuavanderpoll (4 commits)")[![mauricewijnia](https://avatars.githubusercontent.com/u/8679682?v=4)](https://github.com/mauricewijnia "mauricewijnia (3 commits)")[![Boefjim](https://avatars.githubusercontent.com/u/16748131?v=4)](https://github.com/Boefjim "Boefjim (2 commits)")

---

Tags

content-builderfilamentlaravellaravelfilamentcontent builder

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/van-ons-filament-content-builder/health.svg)

```
[![Health](https://phpackages.com/badges/van-ons-filament-content-builder/health.svg)](https://phpackages.com/packages/van-ons-filament-content-builder)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17861.9k3](/packages/stephenjude-filament-jetstream)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

278359.3k12](/packages/croustibat-filament-jobs-monitor)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

316.8k2](/packages/finity-labs-fin-mail)[stephenjude/filament-debugger

About

105173.6k2](/packages/stephenjude-filament-debugger)[statikbe/laravel-filament-flexible-content-blocks

The Laravel Filament Flexible Content Blocks package helps you to easily create content in Filament for any model, with predefined or custom blocks, and foreach block an extendable Blade view component.

17927.9k6](/packages/statikbe-laravel-filament-flexible-content-blocks)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
