PHPackages                             jornboerema/bz-cms - 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. jornboerema/bz-cms

ActiveLibrary[Admin Panels](/categories/admin)

jornboerema/bz-cms
==================

1.2(1y ago)071MITPHP

Since Dec 20Pushed 1y ago2 watchersCompare

[ Source](https://github.com/Bijvoorbeeld-Zo/bz-cms)[ Packagist](https://packagist.org/packages/jornboerema/bz-cms)[ RSS](/packages/jornboerema-bz-cms/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

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

[](#installation)

Your can install the package via composer:

```
composer require jornboerema/bz-cms
```

Install the plugin with:

```
php artisan bz-cms:install
```

Migrate the database with:

```
php artisan migrate
```

Usage
-----

[](#usage)

Register the plugin in your AdminPanelProvider.

```
use Filament\Panel;
use JornBoerema\BzCMS\BzCMSPlugin;

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

You can create a new page block with:

```
php artisan bz-cms:create-block {name}
```

If you don't already have a livewire layout, create it with:

```
php artisan livewire:layout
```

Replace the content of the livewire layout file with:

```

        @stack('head')

        {{ config('app.name') }}

        @vite(['resources/css/app.css', 'resources/js/app.js'])

        @livewireStyles

        {{ $slot }}

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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

Unknown

Total

1

Last Release

559d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/127832099?v=4)[Jorn Boerema](/maintainers/JornBoerema)[@JornBoerema](https://github.com/JornBoerema)

---

Top Contributors

[![JornBoerema](https://avatars.githubusercontent.com/u/127832099?v=4)](https://github.com/JornBoerema "JornBoerema (9 commits)")[![nnnnnnnngu](https://avatars.githubusercontent.com/u/17468622?v=4)](https://github.com/nnnnnnnngu "nnnnnnnngu (3 commits)")

### Embed Badge

![Health badge](/badges/jornboerema-bz-cms/health.svg)

```
[![Health](https://phpackages.com/badges/jornboerema-bz-cms/health.svg)](https://phpackages.com/packages/jornboerema-bz-cms)
```

###  Alternatives

[filament/filament

A collection of full-stack components for accelerated Laravel app development.

3829.6M3.6k](/packages/filament-filament)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1806.0M193](/packages/filament-spatie-laravel-media-library-plugin)[filament/forms

Easily add beautiful forms to any Livewire component.

4831.0M414](/packages/filament-forms)[filament/tables

Easily add beautiful tables to any Livewire component.

3730.5M149](/packages/filament-tables)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1327.7M64](/packages/filament-infolists)[filament/notifications

Easily add beautiful notifications to any Livewire app.

2530.8M86](/packages/filament-notifications)

PHPackages © 2026

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