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

ActiveLibrary[Framework](/categories/framework)

gmlo/cms
========

Reactor CMS with Laravel 5.1

103018JavaScript

Since Feb 5Pushed 10y ago2 watchersCompare

[ Source](https://github.com/gmlo89/reactor-cms)[ Packagist](https://packagist.org/packages/gmlo/cms)[ RSS](/packages/gmlo-cms/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Reactor CMS
===========

[](#reactor-cms)

[![Latest Stable Version](https://camo.githubusercontent.com/79575f2571f1da7643ee0689c358a7a828fcd466b48b6f9b05bb704bc7642de9/68747470733a2f2f706f7365722e707567782e6f72672f676d6c6f2f636d732f762f737461626c65)](https://packagist.org/packages/gmlo/cms) [![Total Downloads](https://camo.githubusercontent.com/0f39b8c48e3faaee494471ffcd7929316361708c2fcd20c6dcbe970faeea07d5/68747470733a2f2f706f7365722e707567782e6f72672f676d6c6f2f636d732f646f776e6c6f616473)](https://packagist.org/packages/gmlo/cms) [![Latest Unstable Version](https://camo.githubusercontent.com/49444d12e96ab4943c2affe71a37a3c7c643c9183bc18338f64d6319c29b89e2/68747470733a2f2f706f7365722e707567782e6f72672f676d6c6f2f636d732f762f756e737461626c65)](https://packagist.org/packages/gmlo/cms) [![License](https://camo.githubusercontent.com/c9b635ad548eb2fe5c25f174a992a5a36886b130212605caa5f48e752a3f710b/68747470733a2f2f706f7365722e707567782e6f72672f676d6c6f2f636d732f6c6963656e7365)](https://packagist.org/packages/gmlo/cms)

Its a PHP CMS powered by Laravel 5.1, ideal for small websites that require a blog

\##Modules included:

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

Version
-------

[](#version)

This package is still under construction... But you can download and collaborate

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

[](#installation)

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

[](#first-pull-in-the-package-through-composer)

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

##### And run composer:

[](#and-run-composer)

```
$ composer update
```

##### And then, include the service provider within `config/app.php`.

[](#and-then-include-the-service-provider-within-configappphp)

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

....

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

##### Configure your preference database.

[](#configure-your-preference-database)

##### Configure the CMS

[](#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' => \Gmlo\CMS\Modules\Users\User::class,

```

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

[](#also-you-can-set-more-configurations-on-configcmsphp)

##### Enjoy it!

[](#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](http://laravel.com/) - The PHP Framework For Web Artisans
- [AdminLTE](https://almsaeedstudio.com/) - Dashboard &amp; Control Panel Template
- [VueJS](http://vuejs.org) - Intuitive, Fast and Composable MVVM for building interactive interfaces.
- [TinyMCE](http://www.tinymce.com/) - HTML WYSIWYG editor
- And others...

### Development

[](#development)

By [@gmlo\_89](https://twitter.com/gmlo_89)

**Feel free to contrinue and post your feedback!**

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.3% 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/49ce1f14578db9416c76c30bfed304409edbcb916f3e761a33499899b3a9c4f6?d=identicon)[gmlo\_89](/maintainers/gmlo_89)

---

Top Contributors

[![gmlo89](https://avatars.githubusercontent.com/u/874420?v=4)](https://github.com/gmlo89 "gmlo89 (29 commits)")[![socieboy](https://avatars.githubusercontent.com/u/7442695?v=4)](https://github.com/socieboy "socieboy (5 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M822](/packages/laravel-socialite)[laravel/dusk

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

1.9k38.6M289](/packages/laravel-dusk)[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[nineinchnick/edatatables

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

173.2k](/packages/nineinchnick-edatatables)

PHPackages © 2026

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