PHPackages                             luanardev/lumis - 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. luanardev/lumis

ActiveProject

luanardev/lumis
===============

LUANAR IMIS.

v1.0.2(3y ago)03MITPHPPHP ^8.1

Since Apr 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/luanardev/lumis)[ Packagist](https://packagist.org/packages/luanardev/lumis)[ RSS](/packages/luanardev-lumis/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (34)Versions (4)Used By (0)

LUANAR IMIS (LUMIS)
===================

[](#luanar-imis-lumis)

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

[](#requirements)

The current package requirements are:

- Laravel &gt;= 9.x
- PHP &gt;= 8.1

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

[](#installation)

Run the command

```
composer create-project luanardev/lumis
```

Configuration
-------------

[](#configuration)

Open `livewire.php` in the config directory.

Set `asset_url` to the path of Livewire JavaScript assets, for cases where your app's domain root is not the correct path. By default, LUMIS will load its JavaScript assets from the app's "relative root".

```
asset_url = '/lumis/public'
```

### Database Migration

[](#database-migration)

#### Open `.env` file at the root of the directory

[](#open-env-file-at-the-root-of-the-directory)

Add database connection details

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=lumis
DB_USERNAME=root
DB_PASSWORD=

```

### Run Migrations

[](#run-migrations)

```
php artisan migrate
```

```
php artisan db:seed
```

### Creating Users

[](#creating-users)

#### Create Super User

[](#create-super-user)

```
php artisan create-superuser
```

#### Create Any User

[](#create-any-user)

```
php artisan create-user
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Every ~9 days

Total

3

Last Release

1102d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d37087b4f12380420bf063e346a6fa05fe10af2a029388ae9a957459d658297?d=identicon)[luanardev](/maintainers/luanardev)

---

Top Contributors

[![luanardev](https://avatars.githubusercontent.com/u/90185393?v=4)](https://github.com/luanardev "luanardev (17 commits)")

---

Tags

luanarlumis

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/luanardev-lumis/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.3k](/packages/typicms-base)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)

PHPackages © 2026

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