PHPackages                             banulakwin/filament-page-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. [Admin Panels](/categories/admin)
4. /
5. banulakwin/filament-page-builder

ActiveLibrary[Admin Panels](/categories/admin)

banulakwin/filament-page-builder
================================

Filament admin panel for banulakwin/laravel-page-builder CMS content.

1.0.1(3w ago)00MITPHPPHP ^8.2CI passing

Since May 17Pushed 3w agoCompare

[ Source](https://github.com/banulalakwindu/filament-page-builder)[ Packagist](https://packagist.org/packages/banulakwin/filament-page-builder)[ Docs](https://github.com/banulalakwindu/filament-page-builder)[ RSS](/packages/banulakwin-filament-page-builder/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (9)Versions (3)Used By (0)

Filament Page Builder (`banulakwin/filament-page-builder`)
==========================================================

[](#filament-page-builder-banulakwinfilament-page-builder)

[![Latest Version on Packagist](https://camo.githubusercontent.com/036654c4ae4017a3a35c34501f489734e688a8ac8e21fbf84284088bca1899c4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62616e756c616b77696e2f66696c616d656e742d706167652d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/banulakwin/filament-page-builder)[![Tests](https://github.com/banulalakwindu/filament-page-builder/actions/workflows/tests.yml/badge.svg)](https://github.com/banulalakwindu/filament-page-builder/actions/workflows/tests.yml)[![Total Downloads](https://camo.githubusercontent.com/788c6c60cc984af4c53d9bc0e2dd14d252967911a79e48b56fe5131c9bacd452/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62616e756c616b77696e2f66696c616d656e742d706167652d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/banulakwin/filament-page-builder)[![License](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Reusable Filament admin package for CMS content managed by **`banulakwin/laravel-page-builder`**.

---

Requirements
------------

[](#requirements)

- PHP `^8.2`
- Laravel `^11.0|^12.0|^13.0`
- Filament `^5.0`
- `banulakwin/laravel-page-builder` `^1.0`

---

Installation
------------

[](#installation)

```
composer require banulakwin/filament-page-builder
```

Register plugin in your panel:

```
use Banulakwin\FilamentPageBuilder\FilamentPageBuilderPlugin;

->plugins([
    FilamentPageBuilderPlugin::make(),
])
```

---

Features
--------

[](#features)

- CMS resource for `page_contents` with page-wise browsing and section grouping.
- Shows only keys currently defined in `PageRegistry::all()` (stale DB rows are hidden).
- Toolbar page selector with Filament-native dropdown UX and auto-apply.
- Section groups are collapsible and collapsed by default.
- Human-friendly labels for page and section slugs.
- Type-aware editing for:
    - scalar fields: `text`, `textarea`, `url`, `color`, `image`, `richtext`
    - `group` fields: schema-driven nested fields from config (supports nested `group` / `repeater`)
    - `repeater` fields: schema-driven item rows from config (supports nested `group` / `repeater`)
- Repeater rows auto-generate configured fields when a new item is added.

---

Runtime assumptions
-------------------

[](#runtime-assumptions)

- Host app uses `banulakwin/laravel-page-builder`.
- Page definitions come from `app/Cms/Pages/*.php` (or configured page-builder path).
- Field values are persisted in `page_contents.value` (JSON for repeaters/groups).

---

Current UI behavior
-------------------

[](#current-ui-behavior)

- List page:
    - page selector in toolbar (`Page` dropdown)
    - grouped by `section`
    - grouping controls hidden to keep UX simple
- Edit page:
    - `group` fields open as schema-driven nested fields from config
    - `repeater` fields open as schema-driven item rows from config
    - scalar fields use a type-aware component (`url`, `color`, `image`, `richtext`, etc.)

---

Notes
-----

[](#notes)

- For repeater/group nested subfields, this package supports recursive JSON persistence while keeping config-defined shape.
- If a custom field type needs a specialized component (e.g. media picker), extend the field component resolver in `EditPageBuilderContent`.

Reusable helpers `CommonImageUpload` and `CommonRichEditor` under `Banulakwin\FilamentPageBuilder\Schemas` may be imported in app Filament forms.

---

Testing
-------

[](#testing)

```
composer test          # Run PHPUnit
composer pint          # Fix code style
composer phpstan       # Static analysis
composer quality       # Run all (pint + phpstan + test)
```

---

Changelog
---------

[](#changelog)

See [CHANGELOG.md](CHANGELOG.md) for details.

---

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

[](#contributing)

1. Fork the repository
2. Create your feature branch (`git checkout -b feature/your-feature`)
3. Run `composer quality` to ensure tests and style pass
4. Commit and push
5. Open a pull request

---

Package layout (reference)
--------------------------

[](#package-layout-reference)

```
src/
  FilamentPageBuilderPlugin.php
  FilamentPageBuilderServiceProvider.php
  Resources/PageBuilderContents/
    PageBuilderContentResource.php
    Pages/
      ListPageBuilderContents.php
      EditPageBuilderContent.php
      ViewPageBuilderContent.php
    Schemas/
      PageBuilderContentForm.php
      PageBuilderContentInfolist.php
    Tables/
      PageBuilderContentsTable.php
  Schemas/
    CommonImageUpload.php
    CommonRichEditor.php

```

---

License
-------

[](#license)

MIT — see [LICENSE](LICENSE) for details.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance95

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~0 days

Total

2

Last Release

22d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/64958389?v=4)[Banula Lakwindu](/maintainers/banulalakwindu)[@banulalakwindu](https://github.com/banulalakwindu)

---

Top Contributors

[![banulalakwindu](https://avatars.githubusercontent.com/u/64958389?v=4)](https://github.com/banulalakwindu "banulalakwindu (2 commits)")

---

Tags

laravelcmsadminfilamentpage builder

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/banulakwin-filament-page-builder/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3325.1M337](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

9782.1M153](/packages/laravel-ai)[spatie/laravel-health

Monitor the health of a Laravel application

88011.3M149](/packages/spatie-laravel-health)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[api-platform/laravel

API Platform support for Laravel

59156.3k10](/packages/api-platform-laravel)[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

2210.5k](/packages/mradder-filament-logger)

PHPackages © 2026

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