PHPackages                             mhk67/adminlte - 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. mhk67/adminlte

ActiveLibrary[Admin Panels](/categories/admin)

mhk67/adminlte
==============

very easy to use in Laravel, AdminLte is a Bootstrap Admin Panel.We use This to Make Laravel Admin Panel, And added RTL Support, exist Light and and dark Theme.also easy to use, for add sidebar menu you can use array list, also use config file to set dark or use RTL

018JavaScript

Since Nov 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mhk67/LaravelAdminLte)[ Packagist](https://packagist.org/packages/mhk67/adminlte)[ RSS](/packages/mhk67-adminlte/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Laravel AdminLTE - Bootstrap 4 Admin Dashboard
==============================================

[](#laravel-adminlte---bootstrap-4-admin-dashboard)

**Laravel AdminLTE** very easy to use, AdminLte is a Bootstrap Admin Panel. We use This to Make Laravel Admin Panel, And added RTL Support, exist Light and dark Theme. also easy to use, for add sidebar menu you can use array list, also use config file to set dark or use RTL

**Preview:**

[!["AdminLTE Presentation"](https://github.com/mhk67/LaravelAdminLTE/raw/main/preview_light.png?raw=true "AdminLTE Presentation")](https://github.com/mhk67/LaravelAdminLTE/blob/main/preview_light.png?raw=true)

[!["AdminLTE Presentation"](https://github.com/mhk67/LaravelAdminLTE/raw/main/preview_rtl_light.png?raw=true "AdminLTE Presentation")](https://github.com/mhk67/LaravelAdminLTE/blob/main/preview_rtl_light.png?raw=true)

[!["AdminLTE Presentation"](https://github.com/mhk67/LaravelAdminLTE/raw/main/preview_dark.png?raw=true "AdminLTE Presentation")](https://github.com/mhk67/LaravelAdminLTE/blob/main/preview_dark.png?raw=true)

### Install:

[](#install)

#### Via Composer

[](#via-composer)

```
composer require mhk67/adminlte:dev-main
```

after install use this command:

```
php artisan vendor:publish --provider=Mhk67\AdminLte\AdminLteServiceProvider
```

config file:
------------

[](#config-file)

you can set config on this location:

```
config/AdminLte.php
```

```
return [
    'brandName' => 'AdminLTE3',
    'brandLink' => 'AdminLte.dashboard', #route name
    'theme' => 'light', #light or dark
    'rtl' => false, #false or true
    'sidebar_menu'=>[
        [
            'text'=>'Dashboard',
            'link'=>'#',
            'icon'=>'fas fa-tachometer-alt',
            'badge'=>[],
            'sub-menu'=>[
                [
                    'text'=>'Dashboard v1',
                    'link'=>'AdminLte.dashboard',
                    'icon'=>'far fa-circle',
                    'badge'=>[],
                    'sub-menu'=>[],
                ],
                [
                    'text'=>'Dashboard v2',
                    'link'=>'AdminLte.dashboard2',
                    'icon'=>'far fa-circle',
                    'badge'=>[],
                    'sub-menu'=>[],
                ],
            ],
        ],
        [
            'text'=>'Widgets',
            'link'=>'#',
            'icon'=>'fas fa-th',
            'badge'=>['danger'=>'New'],
            'sub-menu'=>[],
        ],
        [
            'text'=>'Layout Option',
            'link'=>'#',
            'icon'=>'fas fa-copy',
            'badge'=>['info'=>'6'],
            'sub-menu'=>[
                [
                    'text'=>'Top Navigation',
                    'link'=>'AdminLte.blank',
                    'icon'=>'far fa-circle',
                    'badge'=>[],
                    'sub-menu'=>[],
                ],

            ],
        ],
        [
            'text'=>'Important',
            'link'=>'#',
            'icon'=>'far fa-circle text-danger',
            'badge'=>[],
            'sub-menu'=>[],
        ],
        [
            'text'=>'Warning',
            'link'=>'#',
            'icon'=>'far fa-circle text-warning',
            'badge'=>[],
            'sub-menu'=>[],
        ],

    ]
];
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity20

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/57c5a61da23b0d02dc5672df1ee36f5abfe84a792da5d35f019e004204603b71?d=identicon)[mhk67](/maintainers/mhk67)

---

Top Contributors

[![mhk67](https://avatars.githubusercontent.com/u/576775?v=4)](https://github.com/mhk67 "mhk67 (18 commits)")

### Embed Badge

![Health badge](/badges/mhk67-adminlte/health.svg)

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

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