PHPackages                             simoja/laramin - 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. simoja/laramin

AbandonedArchivedLibrary[Admin Panels](/categories/admin)

simoja/laramin
==============

Small Laravel Admin

v1.2.3(8y ago)4127211MITPHP

Since Sep 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/simoebenhida/Laramin)[ Packagist](https://packagist.org/packages/simoja/laramin)[ RSS](/packages/simoja-laramin/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (21)Used By (0)

[![](https://camo.githubusercontent.com/e42d6ebceac55cb80177adb1e110131a9107c9b072eec4c7026147e73bea1c20/68747470733a2f2f692e696d6775722e636f6d2f585135376457672e706e67)](https://github.com/simoebenhida/Laramin)

**L**aramin - Small Laravel Admin
=================================

[](#laramin---small-laravel-admin)

Laramin Screenshot

[![](https://camo.githubusercontent.com/b2611fe44f0ce7067a7e059c5e87692b6aea8044b92458d0a0922f304453fc6d/68747470733a2f2f692e696d6775722e636f6d2f3333696b7757672e706e67)](https://camo.githubusercontent.com/b2611fe44f0ce7067a7e059c5e87692b6aea8044b92458d0a0922f304453fc6d/68747470733a2f2f692e696d6775722e636f6d2f3333696b7757672e706e67)

---

### Demo

[](#demo)

Video Demo [Demo](http://devma.net/package/Laramin)

BlogPost Demo [Demo Here](http://devma.net/blog/laramin-admin-panel)

### Getting Started

[](#getting-started)

After creating your new Laravel application you can include the Laramin package with the following command:

```
composer require simoja/laramin
```

Next make sure to create a new database and add your database credentials to your .env file:

```
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

```

### Laravel 5.5 and up

[](#laravel-55-and-up)

You don't have to do anything else, this package uses the Package Auto-Discovery feature, and should be available as soon as you install it via Composer.

### Laravel 5.4 or 5.3

[](#laravel-54-or-53)

Add the Laramin service provider to the `config/app.php` file in the `providers` array:

```
'providers' => [
    // Laravel Framework Service Providers...
    //...

    // Package Service Providers
    Simoja\Laramin\LaraminServiceProvider::class,

    // ...

    // Application Service Providers
    // ...
],
```

Lastly, we can install laramin with simply run It Will Add Some Dummy Data

```
php artisan Laramin:install
```

### Seed

[](#seed)

Then you need to seed the permissions roles dummy users Dont forget to launch First

```
composer dump-autoload

```

by adding this lines on `database/seeds/DatabaseSeeder.php

```
$this->call(LaraminDataSeeder::class);
$this->call(LaratrustSeeder::class);

```

and launch

```
php artisan db:seed

```

You will Have Three Config Files Where you can update the Data As You Wish :

`config/laramin.php`

`config/laratrust.php`

`config/laratrust_seeder.php`

And we're all good to go!

To connected There is some dummy data added you can check on Database Now Launch your website with prefix name by default /admin and enter this dummy credentials and all works fine

> **email:** `superadministrator@app.com`
> **password:** `password`

### How It Works

[](#how-it-works)

When you create a database it creates a migration file and model File also you will dont need to anything on the server side.

If you Created the Database you have to go to Roles and and assign the permissions of the new Database then refresh the page(it will change later) then you can see your new Model on Menu

### Inspired By :

[](#inspired-by-)

[Laratrust](https://github.com/santigarcor/laratrust) For The User Permissions
[Voyager](https://github.com/the-control-group/voyager) The Idea of making a simple Admin Panel

### Contributing

[](#contributing)

You are more than welcome to contribute to this repo with anything you think is useful. fixes are more than welcome.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~4 days

Total

20

Last Release

3063d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dbbb818befc00adeb1a2bcddd74ff8fe10c79401d1aba7b0f186b9de830e2d8e?d=identicon)[mohamedbenhida](/maintainers/mohamedbenhida)

---

Top Contributors

[![simoebenhida](https://avatars.githubusercontent.com/u/19809072?v=4)](https://github.com/simoebenhida "simoebenhida (9 commits)")[![elwafa](https://avatars.githubusercontent.com/u/9096983?v=4)](https://github.com/elwafa "elwafa (2 commits)")[![Dylan-DPC](https://avatars.githubusercontent.com/u/99973273?v=4)](https://github.com/Dylan-DPC "Dylan-DPC (1 commits)")

### Embed Badge

![Health badge](/badges/simoja-laramin/health.svg)

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

###  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)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[bezhansalleh/filament-exceptions

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

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

PHPackages © 2026

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