PHPackages                             z3d0x/filament-fabricator - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. z3d0x/filament-fabricator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

z3d0x/filament-fabricator
=========================

Block-Based Page Builder Skeleton for your Filament Apps

v4.0.0(3mo ago)373158.4k↑11.3%69[2 PRs](https://github.com/Z3d0X/filament-fabricator/pulls)3MITPHPPHP ^8.3CI passing

Since Sep 19Pushed 2mo ago11 watchersCompare

[ Source](https://github.com/Z3d0X/filament-fabricator)[ Packagist](https://packagist.org/packages/z3d0x/filament-fabricator)[ Docs](https://github.com/z3d0x/filament-fabricator)[ RSS](/packages/z3d0x-filament-fabricator/feed)WikiDiscussions 4.x Synced 1mo ago

READMEChangelog (10)Dependencies (18)Versions (50)Used By (3)

Block-Based Page Builder Skeleton for your Filament Apps
========================================================

[](#block-based-page-builder-skeleton-for-your-filament-apps)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5f6afc83f545d9e027658a91c4f913f57d65095a9b0e9523d757fb1cd3160648/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a336430782f66696c616d656e742d66616272696361746f722e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/z3d0x/filament-fabricator)[![Total Downloads](https://camo.githubusercontent.com/e74b2c540260ab9e689667dd147a2fc447012d5edb28beb097d6063c647daf14/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a336430782f66696c616d656e742d66616272696361746f722e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/z3d0x/filament-fabricator)

 [![fabricator banner](https://raw.githubusercontent.com/z3d0x/filament-fabricator/2.x/art/banner.jpg)](https://raw.githubusercontent.com/z3d0x/filament-fabricator/2.x/art/banner.jpg)

***What is Filament Fabricator?*** Filament Fabricator is simply said a block-based page builder skeleton. Filament Fabricator takes care of the PageResource &amp; frontend routing, so you can focus on what really matters: your [Layouts](https://filamentphp.com/plugins/z3d0x-fabricator#layouts) &amp; [Page Blocks](https://filamentphp.com/plugins/z3d0x-fabricator#page-blocks).

Compatibility
-------------

[](#compatibility)

FabricatorFilamentPHP[1.x](https://github.com/z3d0x/filament-fabricator/tree/1.x)^2.0^8.0[2.x](https://github.com/z3d0x/filament-fabricator/tree/2.x)^3.0^8.1[3.x](https://github.com/z3d0x/filament-fabricator/tree/3.x)^4.0^8.2[4.x](https://github.com/z3d0x/filament-fabricator/tree/4.x)^5.0^8.3Installation
------------

[](#installation)

You can install the package via composer:

```
composer require z3d0x/filament-fabricator
```

After that run the install command:

```
php artisan filament-fabricator:install
```

Register a `FilamentFabricatorPlugin` instance in your Panel provider:

```
use Z3d0X\FilamentFabricator\FilamentFabricatorPlugin;

//..

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->plugins([
            FilamentFabricatorPlugin::make(),
        ]);
}
```

Then, publish the registered plugin assets:

```
php artisan filament:assets

```

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

[](#documentation)

Documentation can be viewed at:

Screenshots
-----------

[](#screenshots)

[![fabricator-index](https://raw.githubusercontent.com/z3d0x/filament-fabricator/2.x/art/list-screenshot.png)](https://raw.githubusercontent.com/z3d0x/filament-fabricator/2.x/art/list-screenshot.png)

[![fabricator-edit-1](https://raw.githubusercontent.com/z3d0x/filament-fabricator/2.x/art/edit-screenshot-1.png)](https://raw.githubusercontent.com/z3d0x/filament-fabricator/2.x/art/edit-screenshot-1.png)

[![fabricator-edit-2](https://raw.githubusercontent.com/z3d0x/filament-fabricator/2.x/art/edit-screenshot-2.png)](https://raw.githubusercontent.com/z3d0x/filament-fabricator/2.x/art/edit-screenshot-2.png)

Migrate
-------

[](#migrate)

### From 3.x to 4.x

[](#from-3x-to-4x)

- Relies on PHP 8.3 as the minimum version

### From 2.x to 3.x

[](#from-2x-to-3x)

- There is no longer a default value for the `pages.layout` database column
- `FilamentFabricatorManager#getPageUrlFromId` no longer has a `prefixSlash` parameter
- Relies on PHP 8.2 as the minimum version

### From Filament v4 to Filament v5

[](#from-filament-v4-to-filament-v5)

Following [the upgrade guide from Filament](https://filamentphp.com/docs/5.x/upgrade-guide) should be enough.

In case it isn't, you can run the following commands:

```
composer require filament/upgrade:"^5.0" -W --dev

./vendor/bin/filament-v5

# Run the commands output by the upgrade script, they are unique to your app
composer require filament/filament:"^5.0" z3d0x/filament-fabricator:"^5.0" -W --no-update
composer update
```

### From Filament v3 to Filament v4

[](#from-filament-v3-to-filament-v4)

Following [the upgrade guide from Filament](https://filamentphp.com/docs/4.x/upgrade-guide) should be enough.

In case it isn't, you can run the following commands:

```
composer require filament/upgrade:"^4.0" -W --dev

./vendor/bin/filament-v4

# Run the commands output by the upgrade script, they are unique to your app
composer require filament/filament:"^4.0" z3d0x/filament-fabricator:"^4.0" -W --no-update
composer update
```

For more info on breaking changes, please refer to the [CHANGELOG](CHANGELOG.md)

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [ZedoX](https://github.com/Z3d0X)
- [Voltra](https://github.com/Voltra)
- [Patrick Boivin](https://github.com/pboivin) - Filament Peek
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

66

—

FairBetter than 99% of packages

Maintenance85

Actively maintained with recent releases

Popularity55

Moderate usage in the ecosystem

Community35

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 56.1% 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 ~27 days

Recently: every ~14 days

Total

46

Last Release

91d ago

Major Versions

v1.2.0 → v2.0.02023-08-19

1.x-dev → v2.0.32023-10-14

v2.6.1 → v3.02025-09-29

2.x-dev → v3.0.12025-10-24

3.x-dev → v4.0.02026-02-16

PHP version history (5 changes)v0.1.0PHP ^8.0

v2.0.0PHP ^8.1

v2.6.0PHP ^8.1 | ^8.2

v3.0PHP ^8.2

v4.0.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/7861b66ca9f2a060a888c69014417070ff7d36d0c3b3ba5444f7efb4269459ec?d=identicon)[ZedoX](/maintainers/ZedoX)

---

Top Contributors

[![Z3d0X](https://avatars.githubusercontent.com/u/75579178?v=4)](https://github.com/Z3d0X "Z3d0X (134 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (31 commits)")[![Voltra](https://avatars.githubusercontent.com/u/25990549?v=4)](https://github.com/Voltra "Voltra (27 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (17 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (2 commits)")[![thecrazybob](https://avatars.githubusercontent.com/u/20065018?v=4)](https://github.com/thecrazybob "thecrazybob (2 commits)")[![MuhamadSelim](https://avatars.githubusercontent.com/u/3630936?v=4)](https://github.com/MuhamadSelim "MuhamadSelim (2 commits)")[![jvkassi](https://avatars.githubusercontent.com/u/3010867?v=4)](https://github.com/jvkassi "jvkassi (2 commits)")[![lbovit](https://avatars.githubusercontent.com/u/7686933?v=4)](https://github.com/lbovit "lbovit (1 commits)")[![lucasgiovanny](https://avatars.githubusercontent.com/u/4853801?v=4)](https://github.com/lucasgiovanny "lucasgiovanny (1 commits)")[![mckenziearts](https://avatars.githubusercontent.com/u/14105989?v=4)](https://github.com/mckenziearts "mckenziearts (1 commits)")[![AzizEmir](https://avatars.githubusercontent.com/u/101357256?v=4)](https://github.com/AzizEmir "AzizEmir (1 commits)")[![mrlinnth](https://avatars.githubusercontent.com/u/4952597?v=4)](https://github.com/mrlinnth "mrlinnth (1 commits)")[![pboivin](https://avatars.githubusercontent.com/u/7805679?v=4)](https://github.com/pboivin "pboivin (1 commits)")[![phpsa](https://avatars.githubusercontent.com/u/952595?v=4)](https://github.com/phpsa "phpsa (1 commits)")[![Reapious](https://avatars.githubusercontent.com/u/9056474?v=4)](https://github.com/Reapious "Reapious (1 commits)")[![rezadindar](https://avatars.githubusercontent.com/u/16101805?v=4)](https://github.com/rezadindar "rezadindar (1 commits)")[![RibesAlexandre](https://avatars.githubusercontent.com/u/818564?v=4)](https://github.com/RibesAlexandre "RibesAlexandre (1 commits)")[![rojtjo](https://avatars.githubusercontent.com/u/1123887?v=4)](https://github.com/rojtjo "rojtjo (1 commits)")[![rsandipermana](https://avatars.githubusercontent.com/u/18107220?v=4)](https://github.com/rsandipermana "rsandipermana (1 commits)")

---

Tags

filamentphphacktoberfestlaravel-filamentlaravel-packagepage-builderlaravelZ3d0Xfilament-fabricator

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/z3d0x-filament-fabricator/health.svg)

```
[![Health](https://phpackages.com/badges/z3d0x-filament-fabricator/health.svg)](https://phpackages.com/packages/z3d0x-filament-fabricator)
```

###  Alternatives

[leandrocfe/filament-apex-charts

Apex Charts integration for Filament PHP.

4861.2M8](/packages/leandrocfe-filament-apex-charts)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)

PHPackages © 2026

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