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

ActiveProject[Admin Panels](/categories/admin)

numencode/cms
=============

Numencode - Content Management System

913PHP

Since Oct 27Pushed 6y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Numencode - Content Management System
=====================================

[](#numencode---content-management-system)

[![Total Downloads](https://camo.githubusercontent.com/3ce6ba87c2360e77401c996785a7a67295f287ed0c772231330d329707a2adc0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e756d656e636f64652f636d733f6c6162656c3d446f776e6c6f616473267374796c653d666c61742d7371756172652663616368655365636f6e64733d363030)](https://packagist.org/packages/numencode/cms)[![GitHub issues](https://camo.githubusercontent.com/9ea980de666bb81d9a3f004a43bc46578a6d3d283ed3944f0222632ec06f550f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f426c617a4f72617a656d2f6e756d656e636f64653f6c6162656c3d497373756573267374796c653d666c61742d737175617265)](https://github.com/BlazOrazem/numencode/issues)[![GitHub release (latest SemVer)](https://camo.githubusercontent.com/374591cb7eb3791dd88993f7be97046cf2e49413c711aa702e459dcdaaa9db4e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f426c617a4f72617a656d2f6e756d656e636f64653f6c6162656c3d52656c65617365267374796c653d666c61742d7371756172652663616368655365636f6e64733d363030)](https://github.com/BlazOrazem/numencode)[![MIT License](https://camo.githubusercontent.com/7ef123006ff4a9f22ce38b41e9b46277ca9a63cee618f49c32a6ae63810bfc69/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f426c617a4f72617a656d2f6e756d656e636f64653f6c6162656c3d4c6963656e736526636f6c6f723d626c7565267374796c653d666c61742d7371756172652663616368655365636f6e64733d363030)](https://github.com/BlazOrazem/numencode/blob/master/LICENSE)

**Numencode** is a web application, based on Laravel framework 6.4, that allows publishing, editing and modifying content, organizing, deleting as well as maintenance from a central interface.

It is used to run websites containing pages, blog, news, galleries, catalogs and shopping.

**Numencode** is a stand-alone application to create, deploy, manage and store content on web pages. Web content includes text and embedded graphics, photos, video, audio and code (e.g., for applications) that displays content or interacts with the user.

**Numencode** contains built-in back-office administration panel for managing content and structure on a specific website.

Official Documentation
======================

[](#official-documentation)

Documentation for the **Numencode** is currently under development.

About the Author
================

[](#about-the-author)

**Numencode** was created by and is maintained by [Blaz Orazem](https://www.orazem.si/).

Please write an email to  about all the things concerning this project.

Follow [@blazorazem](https://twitter.com/blazorazem) on Twitter.

Installation in three steps
===========================

[](#installation-in-three-steps)

Clone this repository to your project directory:

```
$ git clone https://github.com/BlazOrazem/numencode.git
```

Make sure you have [Composer](https://getcomposer.org/) installed on your system and run:

```
$ composer install
```

And finally run Numencode installer:

```
$ php artisan project:install
```

You're done.

Configuration
=============

[](#configuration)

Check file `.env.example` for more configurations and copy desired settings to your `.env` file.

Be sure to check `/config/numencode.php` file for some more application settings.

Admin Dashboard
===============

[](#admin-dashboard)

The URL for the admin dashboard should be your `APP_URL` (from `.env` file) followed by `/admin`, eg.: `https://www.numencode.com/admin`

The manager credentials are set by the `php artisan project:install` command.

Website frontend workflow with Laravel Mix for the default theme
================================================================

[](#website-frontend-workflow-with-laravel-mix-for-the-default-theme)

Install [Node.js](https://nodejs.org/) on your system to be able to run `npm` commands in your terminal.

Install dependency manager [Yarn](https://yarnpkg.com/) by running command:

```
$ npm i -g yarn
```

Go to your project root folder and install dependencies with Yarn:

```
$ yarn install
```

Resources for the default theme (styles and scripts) are stored in:

```
/modules/Cms/Resources/assets/

```

After you make modifications in styles and/or scripts files, simply run Laravel Mix:

Development mode (non-minified code with source maps):

```
$ yarn run dev
```

Production mode (minified code):

```
$ yarn run prod
```

Watch mode (runs in the background and watches files for changes):

```
$ yarn run watch
```

Admin frontend workflow with Laravel Mix for the admin theme
============================================================

[](#admin-frontend-workflow-with-laravel-mix-for-the-admin-theme)

Install [Node.js](https://nodejs.org/) on your system to be able to run `npm` commands in your terminal.

Install dependency manager [Yarn](https://yarnpkg.com/) by running command:

```
$ npm i -g yarn
```

From the project root directory navigate to:

```
$ cd modules/Admin/Resources/assets/vendor
```

Install dependencies with Yarn:

```
$ yarn install
```

Resources for the admin theme (styles and scripts) are stored in:

```
/modules/Admin/Resources/assets/

```

After you make modifications in styles and/or scripts run in directory `modules/Admin/Resources/assets`, run Laravel Mix with the command:

Development mode (non-minified code with source maps):

```
$ yarn run dev
```

Production mode (minified code):

```
$ yarn run prod
```

Watch mode (runs in the background and watches files for changes):

```
$ yarn run watch
```

License
=======

[](#license)

Numencode is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

[![MIT License](https://camo.githubusercontent.com/7ef123006ff4a9f22ce38b41e9b46277ca9a63cee618f49c32a6ae63810bfc69/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f426c617a4f72617a656d2f6e756d656e636f64653f6c6162656c3d4c6963656e736526636f6c6f723d626c7565267374796c653d666c61742d7371756172652663616368655365636f6e64733d363030)](https://github.com/BlazOrazem/numencode/blob/master/LICENSE)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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/975dd5a96021f39a82e0708c39da6be28b68a78bb80566fb1cbc91dc64edf8d0?d=identicon)[blazorazem](/maintainers/blazorazem)

---

Top Contributors

[![BlazOrazem](https://avatars.githubusercontent.com/u/5699173?v=4)](https://github.com/BlazOrazem "BlazOrazem (127 commits)")

---

Tags

adminadmin-dashboardcmslaravellaravel-adminlaravel-cmsphp

### Embed Badge

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

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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