PHPackages                             kiendaotac/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. kiendaotac/filament-fabricator

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

kiendaotac/filament-fabricator
==============================

Block-Based Page Builder Skeleton for your Filament Apps

v2.2.2(1y ago)07MITPHPPHP ^8.1

Since Sep 19Pushed 1y agoCompare

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

READMEChangelog (2)Dependencies (16)Versions (30)Used By (0)

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).

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

[](#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(),
        ]);
}
```

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.1Documentation
-------------

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

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)

- [Ziyaan Hassan](https://github.com/Z3d0X)
- [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

31

—

LowBetter than 68% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 73.3% 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 ~21 days

Total

29

Last Release

727d ago

Major Versions

v0.1.0 → v1.0.02022-10-21

v1.2.0 → v2.0.02023-08-19

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

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

v2.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ccb39ec31b5fbb25b9353d80e3c6e44d361da394064f365596caa52376d0b12?d=identicon)[kiendaotac](/maintainers/kiendaotac)

---

Top Contributors

[![Z3d0X](https://avatars.githubusercontent.com/u/75579178?v=4)](https://github.com/Z3d0X "Z3d0X (107 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (14 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (9 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)")[![danielbehrendt](https://avatars.githubusercontent.com/u/283437?v=4)](https://github.com/danielbehrendt "danielbehrendt (1 commits)")[![lucasgiovanny](https://avatars.githubusercontent.com/u/4853801?v=4)](https://github.com/lucasgiovanny "lucasgiovanny (1 commits)")[![mohamedsabil83](https://avatars.githubusercontent.com/u/10126040?v=4)](https://github.com/mohamedsabil83 "mohamedsabil83 (1 commits)")[![mrlinnth](https://avatars.githubusercontent.com/u/4952597?v=4)](https://github.com/mrlinnth "mrlinnth (1 commits)")[![RibesAlexandre](https://avatars.githubusercontent.com/u/818564?v=4)](https://github.com/RibesAlexandre "RibesAlexandre (1 commits)")[![viraljetani](https://avatars.githubusercontent.com/u/1935495?v=4)](https://github.com/viraljetani "viraljetani (1 commits)")[![Voltra](https://avatars.githubusercontent.com/u/25990549?v=4)](https://github.com/Voltra "Voltra (1 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (1 commits)")[![devhoussam1998](https://avatars.githubusercontent.com/u/121255432?v=4)](https://github.com/devhoussam1998 "devhoussam1998 (1 commits)")[![flolanger](https://avatars.githubusercontent.com/u/21835310?v=4)](https://github.com/flolanger "flolanger (1 commits)")[![HomaEEE](https://avatars.githubusercontent.com/u/1429343?v=4)](https://github.com/HomaEEE "HomaEEE (1 commits)")[![ksimenic](https://avatars.githubusercontent.com/u/12883124?v=4)](https://github.com/ksimenic "ksimenic (1 commits)")

---

Tags

laravelZ3d0Xfilament-fabricator

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[z3d0x/filament-fabricator

Block-Based Page Builder Skeleton for your Filament Apps

373158.4k3](/packages/z3d0x-filament-fabricator)[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)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[swisnl/filament-backgrounds

Beautiful backgrounds for Filament auth pages

54149.2k6](/packages/swisnl-filament-backgrounds)

PHPackages © 2026

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