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

ActiveLibrary

nhitrort90/cms
==============

Komvac CMS with Laravel 5.1

0651JavaScript

Since Oct 19Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Komvac cms
==========

[](#komvac-cms)

This is a PHP CMS powered by Laravel 5.3, it's based on Reactor CMS by gmlo89 (link: )

Modules included:
-----------------

[](#modules-included)

Users (CRUD, Auth) Categories (CRUD) Articles (CRUD)

Differences between Komvac-cms and Reactor-CMS:
-----------------------------------------------

[](#differences-between-komvac-cms-and-reactor-cms)

- added new commands: php artisan cms:createmodule and cms:deletemodule are included
    - cms:createmodule: create a new module and migration file for the cms.
    - cms:deletemodule: delete a selected module (and migration file).
- new module templates to be added soon.

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

[](#installation)

**First, pull in the package through Composer.**

```
“require”: {
    ...
    "nhitrort90/cms": "dev-master”
}
```

**And run composer:**

$ composer update **And then, include the service provider within config/app.php.**

```
'providers' => [
    ...
    // own
    Nhitrort90\CMS\Providers\CMSServiceProvider::class,
    // Required
    Collective\Html\HtmlServiceProvider::class,
],

....

'aliases' => [
    ...
    // Custom
    'CMS'    => Nhitrort90\CMS\Facades\CMS::class,
    'Field'  => Nhitrort90\CMS\Facades\FieldBuilder::class,
    'Alert'  => Nhitrort90\CMS\Facades\Alert::class,
    'MediaManager' => Nhitrort90\CMS\Facades\MediaManager::class,
    // Required
    'Form' => Collective\Html\FormFacade::class,
    'Html' => Collective\Html\HtmlFacade::class,
],
```

**Configure your preference database.**

\###Configure the CMS

$ php artisan cms:start **Run this command and type the required data.**

**Make sure update the auth.php config file with the User Model of the CMS.**

```
    'model' => \Nhitrort90\CMS\Modules\Users\User::class,
```

**Also you can set more configurations on config/cms.php.**

**Enjoy it!**

**Go to the web browser and put your-domain/admin.**

Credits
-------

[](#credits)

This package uses a number of open source projects to work properly:

- Laravel 5.1 - The PHP Framework For Web Artisans
- AdminLTE - Dashboard &amp; Control Panel Template
- VueJS - Intuitive, Fast and Composable MVVM for building interactive interfaces.
- TinyMCE - HTML WYSIWYG editor
- gmlo89's Reactor CMS And others...

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

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/9f3f5c5a3be9493c948c4820965d24d0871a9d2b0c0dcb09b9fe276b4c28ed48?d=identicon)[nhitrort90](/maintainers/nhitrort90)

---

Top Contributors

[![hirt90](https://avatars.githubusercontent.com/u/19323726?v=4)](https://github.com/hirt90 "hirt90 (47 commits)")

### Embed Badge

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

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

PHPackages © 2026

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