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

ActivePackage[Admin Panels](/categories/admin)

rgmatute/adminlte-laravel
=========================

Integrar adminlte en cualquier version de laravel es tan facil como dar un solo click, atrevete a dar el click y disfrutalo.

01991HTML

Since Feb 17Pushed 6y agoCompare

[ Source](https://github.com/rgmatute/adminlte-laravel)[ Packagist](https://packagist.org/packages/rgmatute/adminlte-laravel)[ RSS](/packages/rgmatute-adminlte-laravel/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

easy integration AdminLTE in Laravel 5.7 or previus version
-----------------------------------------------------------

[](#easy-integration-adminlte-in-laravel-57-or-previus-version)

[![Packagist](https://camo.githubusercontent.com/69c8a3a4d401f8cae5cf837f0b40edf726103c508af8a926757d7b9de5eaf5ae/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7061636b61676973742d6465762d2d6d61737465722d737563636573732e737667)](https://packagist.org/packages/rgmatute/adminlte-laravel)[![Mit License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://opensource.org/licenses/MIT)[![adminlte](https://camo.githubusercontent.com/c05b138f971020ee06281412ecba0b408203cec1d18eefa8d47d0b641c38aa1f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f41646d696e4c54452d765f322e342e352d626c75652e737667)](https://adminlte.io/themes/AdminLTE/index2.html)

Screenshots
-----------

[](#screenshots)

[![Screenshot 1](https://camo.githubusercontent.com/8835bb3cb3b5743614a1f04335ce434315656a0318761c3ce4e577b38d819ecf/687474703a2f2f74656c656d617469636f2d746f6f6c732e617a75726577656273697465732e6e65742f636c6f75642f61646d696e6c74652f61646d696e6c6c7465313930322e706e67)](https://camo.githubusercontent.com/8835bb3cb3b5743614a1f04335ce434315656a0318761c3ce4e577b38d819ecf/687474703a2f2f74656c656d617469636f2d746f6f6c732e617a75726577656273697465732e6e65742f636c6f75642f61646d696e6c74652f61646d696e6c6c7465313930322e706e67)

[![Screenshot 2](https://camo.githubusercontent.com/34e7d7a5ffed6a70ce5ff90f105a0cc3da855580d30ce0d7da32754009cea53a/687474703a2f2f74656c656d617469636f2d746f6f6c732e617a75726577656273697465732e6e65742f636c6f75642f61646d696e6c74652f61646d696e6c6c74655461626c65313930322e706e67)](https://camo.githubusercontent.com/34e7d7a5ffed6a70ce5ff90f105a0cc3da855580d30ce0d7da32754009cea53a/687474703a2f2f74656c656d617469636f2d746f6f6c732e617a75726577656273697465732e6e65742f636c6f75642f61646d696e6c74652f61646d696e6c6c74655461626c65313930322e706e67)

[![Screenshot 3](https://camo.githubusercontent.com/0d9c57c13c6b2ca6abbf3683ab007ec9d51fa7b980563bdb200903eac8065441/687474703a2f2f74656c656d617469636f2d746f6f6c732e617a75726577656273697465732e6e65742f636c6f75642f61646d696e6c74652f61646d696e6c6c7465426f78313930322e706e67)](https://camo.githubusercontent.com/0d9c57c13c6b2ca6abbf3683ab007ec9d51fa7b980563bdb200903eac8065441/687474703a2f2f74656c656d617469636f2d746f6f6c732e617a75726577656273697465732e6e65742f636c6f75642f61646d696e6c74652f61646d696e6c6c7465426f78313930322e706e67)

[![Screenshot 4](https://camo.githubusercontent.com/767fd7b9f1e996a01c20c1559941b202aadc9c5ebb51a44b7ed7300e0048692c/687474703a2f2f74656c656d617469636f2d746f6f6c732e617a75726577656273697465732e6e65742f636c6f75642f61646d696e6c74652f73657474696e67313930322e706e67)](https://camo.githubusercontent.com/767fd7b9f1e996a01c20c1559941b202aadc9c5ebb51a44b7ed7300e0048692c/687474703a2f2f74656c656d617469636f2d746f6f6c732e617a75726577656273697465732e6e65742f636c6f75642f61646d696e6c74652f73657474696e67313930322e706e67)

Installation
============

[](#installation)

```
   composer require rgmatute/adminlte-laravel

```

To register the Service Provider edit config/app.php file and add to providers array:

```
	Rgmatute\AdminLTELaravel\Providers\AdminLTELaravelServiceProvider::class,

```

### Publish files with:

[](#publish-files-with)

```
	php artisan vendor:publish --tag=rgmatute

```

OR

```
	php artisan vendor:publish --tag=rgmatute --force

```

To test the examples included it is important to copy in your preferred routes in web.php

```
	require __DIR__.'/adminlteExamples.php';

```

use
---

[](#use)

```
@extends('Template.adminlte')

```

or
--

[](#or)

```
@extends('Template.adminlte')

@section('main-title')
	{{ 'General Title' }}
	Optional description
@endsection

@section('main-navigation')
	Module
	Option
	etc.....
@endsection

@push('styles')
	{{-- MORE STYLES --}}
@endpush()

@section('main-content')

@endsection()

@push('scripts')
	{{-- MORE SCRIPTS --}}
@endpush()

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

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/90e40f4b3714d21949b4a9dc70a4dffdad7793c1532ce1927e3563371f2ca7c4?d=identicon)[rgmatute](/maintainers/rgmatute)

### Embed Badge

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

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

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