PHPackages                             dosarkz/lora - 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. dosarkz/lora

ActiveLibrary[Admin Panels](/categories/admin)

dosarkz/lora
============

Lora - package backend system for Laravel

1.2.3(5y ago)181JavaScript

Since May 16Pushed 5y ago1 watchersCompare

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

READMEChangelog (8)Dependencies (1)Versions (10)Used By (0)

Lora backend module system for Laravel Framework 5.6
====================================================

[](#lora-backend-module-system-for-laravel-framework-56)

Features:

- Module System
- Module Generator with command
- Remove modules
- AdminLte template
- Upload image files with resize
- Language support: English, Russian

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

[](#installation)

- Install laravel 5.6
- Configure db
- Install admin package `composer require dosarkz/Lora`
- Make Lora system `php artisan lora:install`
- Go through all the necessary steps
- Visit `your_project/lora`
- and Be Happy!

Make new module with command
----------------------------

[](#make-new-module-with-command)

`php artisan module:make {module name}`

- New modules created in app/Modules folder.
- After making add new provider to config/admin.php

`providers' => [ 'user' =>  \App\Modules\User\Providers\UserServiceProvider::class, ... ] `

- Visit new module on admin menu

Module install
--------------

[](#module-install)

`php artisan module:install {module name}`

This command consist of:

- Make publish files
- Run migrations and seeder

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

Established project with proven stability

 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 ~106 days

Recently: every ~183 days

Total

8

Last Release

2182d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e4605bd8a1aedc6a481145cfc81af9dd5ec996377bc7bbbefc580ae76db2af8?d=identicon)[dosarkz](/maintainers/dosarkz)

---

Top Contributors

[![dosarkz](https://avatars.githubusercontent.com/u/6192403?v=4)](https://github.com/dosarkz "dosarkz (120 commits)")

---

Tags

adminadmin-panellaravellaravel-adminlaravel-administratormodule-systemphp

### Embed Badge

![Health badge](/badges/dosarkz-lora/health.svg)

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

###  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)
