PHPackages                             roelofjan-elsinga/flat-file-cms-gui - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. roelofjan-elsinga/flat-file-cms-gui

Abandoned → [roelofjan-elsinga/aloia-cms-gui](/?search=roelofjan-elsinga%2Faloia-cms-gui)Library[File &amp; Storage](/categories/file-storage)

roelofjan-elsinga/flat-file-cms-gui
===================================

The GUI for the roelofjan-elsinga/aloia-cms package

1.0.0(6y ago)01521[1 issues](https://github.com/roelofjan-elsinga/flat-file-cms-gui/issues)[13 PRs](https://github.com/roelofjan-elsinga/flat-file-cms-gui/pulls)MITPHPPHP &gt;=7.1.3

Since Jun 24Pushed 1y ago2 watchersCompare

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

READMEChangelog (10)Dependencies (14)Versions (48)Used By (0)

Aloia CMS Dashboard
===================

[](#aloia-cms-dashboard)

[![CI](https://github.com/roelofjan-elsinga/aloia-cms-gui/actions/workflows/ci.yml/badge.svg)](https://github.com/roelofjan-elsinga/aloia-cms-gui/actions/workflows/ci.yml)[![StyleCI Status](https://camo.githubusercontent.com/f421527960752f6bf320641e7f96c3867515f75c9f3c302cf80132581dd6d316/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3139333134353530312f736869656c64)](https://github.styleci.io/repos/193145501)[![Code coverage](https://camo.githubusercontent.com/22f929721f40929999e8573e55cb30ce1ff153af159630bbde0dc84f01262144/68747470733a2f2f636f6465636f762e696f2f67682f726f656c6f666a616e2d656c73696e67612f616c6f69612d636d732d6775692f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/roelofjan-elsinga/aloia-cms-gui)[![Total Downloads](https://camo.githubusercontent.com/a679237de560787e0493a11cff17ccc95e68f47d285bb75ac337a8e8c8a920ee/68747470733a2f2f706f7365722e707567782e6f72672f726f656c6f666a616e2d656c73696e67612f616c6f69612d636d732d6775692f646f776e6c6f616473)](https://packagist.org/packages/roelofjan-elsinga/aloia-cms-gui)[![Latest Stable Version](https://camo.githubusercontent.com/d29bb5b2d064162fb3fec4aa50cf8259ae736de919fe548e583340e88eff0850/68747470733a2f2f706f7365722e707567782e6f72672f726f656c6f666a616e2d656c73696e67612f616c6f69612d636d732d6775692f762f737461626c65)](https://packagist.org/packages/roelofjan-elsinga/aloia-cms-gui)[![License](https://camo.githubusercontent.com/4398de2721cda28ef7d5e64db1ba9dd166407665c68fb13cc6c01ffae5bb5e42/68747470733a2f2f706f7365722e707567782e6f72672f726f656c6f666a616e2d656c73696e67612f616c6f69612d636d732d6775692f6c6963656e7365)](https://packagist.org/packages/roelofjan-elsinga/aloia-cms-gui)

This is the official Graphical User Interface (GUI) for [Aloia CMS](https://github.com/roelofjan-elsinga/aloia-cms). This package includes the latest version of the Aloia CMS, Authentication, User creation, Media management and the ability to manage the data used by Aloia CMS in a clear and visual web environment.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.0
- Laravel 8 or 9

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

[](#installation)

You can include this package through Composer using:

```
composer require roelofjan-elsinga/aloia-cms-gui
```

and if you want to customize any of the default settings used by this package, you can publish the configuration:

```
php artisan vendor:publish --provider="AloiaCms\\GUI\\ServiceProvider"
```

This will create a `aloiacmsgui.php` in your config folder.

Publishing the assets
---------------------

[](#publishing-the-assets)

If you've executed the previous command, to publish the ServiceProvider, you've published the required assets already. If you don't want to publish the ServiceProvider, you can also publish the assets by itself by running:

```
php artisan aloiacmsgui:publish:assets
```

This places the assets for the dashboard in `public/vendor/aloiacmsgui`.

Publishing the secret key
-------------------------

[](#publishing-the-secret-key)

In order to create JWT tokens for authentication, your application needs to use a secret key. First of, add a new entry to your config/app.php file:

```
return [
    // ...

    'secret' => env('APP_SECRET'),

    // ...
];
```

Now, you can generate the APP\_SECRET key using the following command:

```
php artisan aloiacmsgui:secret:generate
```

This will create an entry in your .env file: APP\_SECRET=\[your-token\].

To regenerate this key, you can re-run the command.

Get to your dashboard
---------------------

[](#get-to-your-dashboard)

Your dashboard is located at `/cms/login` by default. You can change the prefix in `config/aloiacmsgui.php` under `path`.

Editors
-------

[](#editors)

By default, two editors are included in this package: CKEditor for HTML pages, and InscrybMDE for Markdown pages.

You can customize which editors you want to use for HTML and Markdown pages by overwriting the views.

Testing
-------

[](#testing)

You can run the included tests by running `./vendor/bin/phpunit` in your terminal.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 96.2% 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 ~6 days

Recently: every ~49 days

Total

45

Last Release

2295d ago

Major Versions

0.13.0 → 1.0.02020-03-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/2602444740bac106e338fc57a5d16b085ba02a9ca3d714c2106dccccbf97bba2?d=identicon)[roelofjanelsinga](/maintainers/roelofjanelsinga)

---

Top Contributors

[![roelofjan-elsinga](https://avatars.githubusercontent.com/u/9220754?v=4)](https://github.com/roelofjan-elsinga "roelofjan-elsinga (176 commits)")[![happytodev](https://avatars.githubusercontent.com/u/425998?v=4)](https://github.com/happytodev "happytodev (4 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

---

Tags

cmshacktoberfestlaravelphplaravelfilecmsuser-interface

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/roelofjan-elsinga-flat-file-cms-gui/health.svg)

```
[![Health](https://phpackages.com/badges/roelofjan-elsinga-flat-file-cms-gui/health.svg)](https://phpackages.com/packages/roelofjan-elsinga-flat-file-cms-gui)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.1k3.4M81](/packages/unisharp-laravel-filemanager)[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[ralphjsmit/laravel-glide

Auto-magically generate responsive images from static image files.

4923.6k5](/packages/ralphjsmit-laravel-glide)

PHPackages © 2026

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