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

ActiveLibrary[Admin Panels](/categories/admin)

hellotreedigital/cms
====================

HelloTree CMS

v1.0.8382(1y ago)33.4k—1.8%1[3 issues](https://github.com/hellotreedigital/cms/issues)MITPHP

Since Jan 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/hellotreedigital/cms)[ Packagist](https://packagist.org/packages/hellotreedigital/cms)[ RSS](/packages/hellotreedigital-cms/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (3)Versions (25)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' => Hellotreedigital\Cms\Models\Admin::class,
    	],
    	...
    ],

    ```
- Configure the filesystem in config/filesystem.php, use 'public' as default value if none
- Run: ```
    composer require hellotreedigital/cms
    ```
- 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 intouch config: ```
    php artisan vendor:publish --tag=cms_intouch_config --force
    ```
- CMS ripply config: ```
    php artisan vendor:publish --tag=cms_ripply_config --force
    ```
- CMS scratch &amp; courage config: ```
    php artisan vendor:publish --tag=cms_scratch_and_courage_config --force
    ```
- CMS imaginelabs. config: ```
    php artisan vendor:publish --tag=cms_imagine_labs_config --force
    ```
- CMS Purple Brains config: ```
    php artisan vendor:publish --tag=cms_purple_brains_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: ```
    \Hellotreedigital\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);
    ```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~37 days

Recently: every ~1 days

Total

24

Last Release

395d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/58079961?v=4)[Hellotree](/maintainers/hellotreedigital)[@hellotreedigital](https://github.com/hellotreedigital)

---

Top Contributors

[![ghadykhouryht](https://avatars.githubusercontent.com/u/67473145?v=4)](https://github.com/ghadykhouryht "ghadykhouryht (160 commits)")[![hellotreedigital](https://avatars.githubusercontent.com/u/58079961?v=4)](https://github.com/hellotreedigital "hellotreedigital (148 commits)")[![ghadykh](https://avatars.githubusercontent.com/u/80978361?v=4)](https://github.com/ghadykh "ghadykh (18 commits)")

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[shopware/administration

Administration frontend for the Shopware Core

414.3M116](/packages/shopware-administration)[arbory/arbory

Administration interface for Laravel

4754.4k3](/packages/arbory-arbory)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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