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

ActiveLibrary[Admin Panels](/categories/admin)

zenbolt/cms
===========

Zenbolt CMS

1.0.7(1y ago)013MITPHP

Since Apr 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/gcrweik95/zenbolt-cms)[ Packagist](https://packagist.org/packages/zenbolt/cms)[ RSS](/packages/zenbolt-cms/feed)WikiDiscussions main Synced 1mo ago

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

Installation:
=============

[](#installation)

- Create the database and update your .env file
- Add the below to config/auth.php: ```
    'guards' => [
    	...
    	'admin' => [
    		'driver' => 'session',
    		'provider' => 'admins',
      	],
    	...
    ],
    'providers' => [
    	...
    	'admins' => [
    		'driver' => 'eloquent',
    		'model' => Zenbolt\Cms\Models\Admin::class,
    	],
    	...
    ],

    ```
- Configure the filesystem in config/filesystem.php, use 'public' as default value if none
- Run: ```
    composer require zenbolt/cms
    ```
- To make sure the project is well migrated: ```
    php artisan migrate
    ```
- To create the admin: ```
    php artisan admin:create --name=example --email=example@example.com --password=123
    ```

Publishables:
=============

[](#publishables)

- CMS config: ```
    php artisan vendor:publish --tag=cms_config --force
    ```
- CMS sheefra config: ```
    php artisan vendor:publish --tag=cms_sheefra_config --force
    ```
- CMS viddy config: ```
    php artisan vendor:publish --tag=cms_viddy_config --force
    ```
- CMS routes: ```
    php artisan vendor:publish --tag=cms_routes --force
    ```
- CMS translatables: ```
    php artisan vendor:publish --tag=translatable --force
    ```

Http Logs Installation:
=======================

[](#http-logs-installation)

- Add the below to protected $middleware in app/Http/Kernel.php: ```
    \Zenbolt\Cms\Middlewares\HttpLogsMiddleware::class,
    ```

Preview Checking On The Website:
================================

[](#preview-checking-on-the-website)

- If ```
    auth('admin')->check() && request('ht_preview_mode')
    ```

     returns true, then preview mode is on, you can get the preview data from ```
    session('ht-preview-mode-request')
    ```

     Code example: ```
    $row = auth('admin')->check() && request('ht_preview_mode') ? session('ht-preview-mode-request') : $row = Model::findOrFail($id);
    ```

If laravel's symlink didn't work on windows, using command prompt (not powershell do the following):
====================================================================================================

[](#if-laravels-symlink-didnt-work-on-windows-using-command-prompt-not-powershell-do-the-following)

-  ```
    cd C:\xampp\htdocs\fresh\public\
    mklink /D storage ..\storage\app\public
    ```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance46

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

8

Last Release

402d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fcd7bc50d669039a9ee541ad4498032e0431332ea5f1d5e690e7b357f0857300?d=identicon)[zenbolt](/maintainers/zenbolt)

---

Top Contributors

[![gcrweik95](https://avatars.githubusercontent.com/u/108523627?v=4)](https://github.com/gcrweik95 "gcrweik95 (15 commits)")

### Embed Badge

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

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.4M207](/packages/backpack-crud)[area17/twill

Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible.

4.0k445.4k16](/packages/area17-twill)[shopware/administration

Administration frontend for the Shopware Core

413.9M75](/packages/shopware-administration)[arbory/arbory

Administration interface for Laravel

4752.8k3](/packages/arbory-arbory)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1714.8k8](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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