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

ActivePackage[Admin Panels](/categories/admin)

ridrog/adminlte
===============

AdminLte Template for Laravel

06[2 issues](https://github.com/Ridrog-de/adminlte/issues)HTML

Since Oct 30Pushed 8y agoCompare

[ Source](https://github.com/Ridrog-de/adminlte)[ Packagist](https://packagist.org/packages/ridrog/adminlte)[ RSS](/packages/ridrog-adminlte/feed)WikiDiscussions master Synced 4w ago

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

AdminLte
========

[](#adminlte)

for Laravel

**WIP: Made by a Noob ... don't use it**

[![Build Status](https://camo.githubusercontent.com/f15f123fd2efe5c46e2bb53cfc9896dc164e46ff974285a69e16b89b61eeccf6/68747470733a2f2f7472617669732d63692e6f72672f526964726f672d64652f61646d696e6c74652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Ridrog-de/adminlte)[![Latest Stable Version](https://camo.githubusercontent.com/4874ee8bb95a18d206ffadbe4066bd47dafeeb6b9cc4cff345cc622e96d31770/68747470733a2f2f706f7365722e707567782e6f72672f726964726f672f61646d696e6c74652f762f737461626c65)](https://packagist.org/packages/ridrog/adminlte)[![Total Downloads](https://camo.githubusercontent.com/316f0427ef0925552879032bbfa4cd4bf6c78bde51e2b1ed54a398ba3fbe1531/68747470733a2f2f706f7365722e707567782e6f72672f726964726f672f61646d696e6c74652f646f776e6c6f616473)](https://packagist.org/packages/ridrog/adminlte)[![Latest Unstable Version](https://camo.githubusercontent.com/c2152223964925415e62aa1326c531f2ba7f91622050d569842e489824c73e71/68747470733a2f2f706f7365722e707567782e6f72672f726964726f672f61646d696e6c74652f762f756e737461626c65)](https://packagist.org/packages/ridrog/adminlte)[![License](https://camo.githubusercontent.com/82fedbd01b433a0681cb2fbf12506e85d1ae7ec38691ba58a85cc327fb4d1cbc/68747470733a2f2f706f7365722e707567782e6f72672f726964726f672f61646d696e6c74652f6c6963656e7365)](https://packagist.org/packages/ridrog/adminlte)

This package provides a simple way to generate a closed area for admins. Route, Middleware,

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

[](#installation)

Add these two lines to the composer.json file of your laravel installation to use the dev version of this package

```
"minimum-stability": "dev",
"prefer-stable" : true,

```

**Require the package**

```
composer require ridrog/adminlte

```

**Include the ServiceProvider**

to the providers array @ config/app.php

```
'providers' => [
    ...
    Ridrog\AdminLte\AdminLteServiceProvider::class,
    ...
 ],

```

**Use the view**

```
adminlte::dashboard

```

or extend the adminlte master template

```
@extends('adminlte::default')

@section('content-header')
    Hello World
@endsection

@section('content')

        Some Content here ...

@endsection

```

**Publish the Views**

```
php artisan vendor:publish --tag=adminlte-views

```

Customize
---------

[](#customize)

**Publish the config**
`php artisan vendor:publish --tag=adminlte-config`

And take a look, most should be clear.
Switch skins, hide/display various sections
....

Sections
--------

[](#sections)

'meta', 'styles' and 'scripts'

'content' and 'content-header'

Stacks
------

[](#stacks)

- top-nav
- top-nav-right
- footer
- sidebar-top
- sidebar-bottom

Make a View
-----------

[](#make-a-view)

There is a command for creating your own view. That view will extend the default adminlte layout and it will also include all possible sections and stacks.

Options:

- --basic Creates a basic view
- --force Force overwriting

```
php artisan make:view:adminlte path.to.nameoftheview

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/64048212547497d579f3b271418b99c36f6bfd23eea30d772c65b9b1d25da774?d=identicon)[Ridrog](/maintainers/Ridrog)

---

Top Contributors

[![Ridrog-de](https://avatars.githubusercontent.com/u/22271646?v=4)](https://github.com/Ridrog-de "Ridrog-de (31 commits)")

---

Tags

adminltelaravel

### Embed Badge

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

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

PHPackages © 2026

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