PHPackages                             theprivateer/fabric - 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. [Framework](/categories/framework)
4. /
5. theprivateer/fabric

ActiveLibrary[Framework](/categories/framework)

theprivateer/fabric
===================

Fabric CMS base framework

0239CSS

Since Apr 12Pushed 9y agoCompare

[ Source](https://github.com/theprivateer/fabric)[ Packagist](https://packagist.org/packages/theprivateer/fabric)[ RSS](/packages/theprivateer-fabric/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Fabric
======

[](#fabric)

An simple opinionated Content Management framework for your Laravel app
-----------------------------------------------------------------------

[](#an-simple-opinionated-content-management-framework-for-your-laravel-app)

**Important:** Add the following to the *end* of the Service Providers array:

`Privateer\Fabric\Providers\FabricServiceProvider::class,`

Run command to publish the config files:

`php artisan vendor:publish --provider="Privateer\Fabric\Providers\FabricServiceProvider" --tag=config --force`

Then migrate:

`php artisan migrate`

To Enable redirects, register the following:

```
//app/Http/Kernel.php

protected $middleware = [
       ...
       \Spatie\MissingPageRedirector\RedirectsMissingPages::class,
    ],

```

Add middleware to 'web' group:

```
//app/Http/Kernel.php
'web' => [
            ...
            \Privateer\Fabric\Http\Middleware\GetSite::class,
        ],

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/884249d2bb312969d25674c0f5b296ff7fc03776ea2dafabedc4d0b04c711acb?d=identicon)[theprivateer](/maintainers/theprivateer)

---

Top Contributors

[![theprivateer](https://avatars.githubusercontent.com/u/23644679?v=4)](https://github.com/theprivateer "theprivateer (21 commits)")

### Embed Badge

![Health badge](/badges/theprivateer-fabric/health.svg)

```
[![Health](https://phpackages.com/badges/theprivateer-fabric/health.svg)](https://phpackages.com/packages/theprivateer-fabric)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M290](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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