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

ActiveLibrary[Admin Panels](/categories/admin)

renderbit-technologies/adminlte
===============================

AdminLTE integration for Laravel 5

05HTML

Since Oct 3Pushed 7y ago2 watchersCompare

[ Source](https://github.com/RenderbitTechnologies/AdminLTE)[ Packagist](https://packagist.org/packages/renderbit-technologies/adminlte)[ RSS](/packages/renderbit-technologies-adminlte/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

AdminLTE
========

[](#adminlte)

[![Build Status](https://camo.githubusercontent.com/d5ae179291b3a87f2f7a8430e8ec7d64f47ed7eed9247c2466706d9d00ec67d8/68747470733a2f2f7472617669732d63692e6f72672f72656e6465726269742d746563686e6f6c6f676965732f61646d696e6c74652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/renderbit-technologies/adminlte)[![styleci](https://camo.githubusercontent.com/4499ec3a0efa386c7581f730bb44592bf518dc156779fc92c663dd51908cfb92/68747470733a2f2f7374796c6563692e696f2f7265706f732f4348414e47454d452f736869656c64)](https://styleci.io/repos/CHANGEME)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/623bea38fde56d6bc892fbebe27f37b2fa653df5c695bf618ed274e6b281bc4a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f72656e6465726269742d746563686e6f6c6f676965732f61646d696e6c74652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/renderbit-technologies/adminlte/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/eed2863b983f7ba4403c00c67aa213ff0fc1f6f07624d603255c231d3beff577/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f4348414e47454d452f6d696e692e706e67)](https://insight.sensiolabs.com/projects/CHANGEME)[![Coverage Status](https://camo.githubusercontent.com/b212741087afc630f5325352e16af59bf457dafcdbd5df26ee64384d9303df54/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f72656e6465726269742d746563686e6f6c6f676965732f61646d696e6c74652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/renderbit-technologies/adminlte?branch=master)

[![Packagist](https://camo.githubusercontent.com/28706f73a0fb72ea6fc93fddbd280a6ad603ce18fce77837f496df268ce8eb9a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72656e6465726269742d746563686e6f6c6f676965732f61646d696e6c74652e737667)](https://packagist.org/packages/renderbit-technologies/adminlte)[![Packagist](https://camo.githubusercontent.com/bfa7f77d0141263cf508afc5932b1518e4360b9fed6466e5f1f8e41f71465828/68747470733a2f2f706f7365722e707567782e6f72672f72656e6465726269742d746563686e6f6c6f676965732f61646d696e6c74652f642f746f74616c2e737667)](https://packagist.org/packages/renderbit-technologies/adminlte)[![Packagist](https://camo.githubusercontent.com/bccdc23993fb31022c4874f3fe4c0be25b0e47e0bb9ab8eade82c404fd066f52/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f72656e6465726269742d746563686e6f6c6f676965732f61646d696e6c74652e737667)](https://packagist.org/packages/renderbit-technologies/adminlte)

AdminLTE integration for Laravel 5

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

[](#installation)

Install via composer

```
composer require renderbit-technologies/adminlte
```

### Register Service Provider

[](#register-service-provider)

**Note! This and next step are optional if you use laravel&gt;=5.5 with package auto discovery feature.**

Add service provider to `config/app.php` in `providers` section

```
RenderbitTechnologies\AdminLTE\ServiceProvider::class,
```

### Register Facade

[](#register-facade)

Register package facade in `config/app.php` in `aliases` section

```
RenderbitTechnologies\AdminLTE\Facades\AdminLTE::class,
```

### Publish Configuration File

[](#publish-configuration-file)

```
php artisan vendor:publish --provider="RenderbitTechnologies\AdminLTE\ServiceProvider" --tag="config"
```

### Publish Assets

[](#publish-assets)

```
php artisan vendor:publish --provider="RenderbitTechnologies\AdminLTE\ServiceProvider" --tag="assets"
```

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

Credits
-------

[](#credits)

- [Renderbit Technologies](https://github.com/renderbit-technologies/adminlte)
- [All contributors](https://github.com/renderbit-technologies/adminlte/graphs/contributors)

This package is bootstrapped with the help of [melihovv/laravel-package-generator](https://github.com/melihovv/laravel-package-generator).

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 80% 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/91018bd70f05127ed12afbb769f24bd6d2c5e90d15970978a7dd8eed9da8c7d5?d=identicon)[renderbit-technologies](/maintainers/renderbit-technologies)

---

Top Contributors

[![soham2008xyz](https://avatars.githubusercontent.com/u/7334295?v=4)](https://github.com/soham2008xyz "soham2008xyz (4 commits)")[![chayan007](https://avatars.githubusercontent.com/u/25064111?v=4)](https://github.com/chayan007 "chayan007 (1 commits)")

---

Tags

admin-dashboardadminlteadminlte2laravellaravel-5-package

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/renderbit-technologies-adminlte/health.svg)](https://phpackages.com/packages/renderbit-technologies-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)
