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

ActiveLibrary

hesto/adminlte
==============

Admin LTE Installation package for Laravel 5

v1.0.5(9y ago)31421MITHTMLPHP &gt;=5.5.0

Since Sep 3Pushed 9y ago3 watchersCompare

[ Source](https://github.com/Hesto/adminlte)[ Packagist](https://packagist.org/packages/hesto/adminlte)[ RSS](/packages/hesto-adminlte/feed)WikiDiscussions master Synced 2mo ago

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

Hesto AdminLTE - DURING DEVELOPMENT. DO NOT USE IT.
===================================================

[](#hesto-adminlte---during-development-do-not-use-it)

This package provides easy way to install latest version of AdminLTE in your Laravel 5 Project. AdminLTE files are not hardcoded in package, they are downloaded by `npm` during installation and compiled by `gulp`.

- `adminlte:install`
- `adminlte:layout`

Usage
-----

[](#usage)

### Step 1: Install Through Composer

[](#step-1-install-through-composer)

```
composer require hesto/adminlte

```

### Step 2: Add the Service Provider

[](#step-2-add-the-service-provider)

You'll only want to use these generators for local development, so you don't want to update the production `providers` array in `config/app.php`. Instead, add the provider in `app/Providers/AppServiceProvider.php`, like so:

```
public function register()
{
	if ($this->app->environment() == 'local') {
		$this->app->register('Hesto\Adminlte\AdminlteServiceProvider');
	}
}
```

### Step 3: Install AdminLTE in your project

[](#step-3-install-adminlte-in-your-project)

If you want to override existing files use `-f` flag. This command will override for example your gulpfile, so if you made any changes be careful. If you didn't make any changes or you're not familiar with gulpfile, just override it.

```
php artisan adminlte:install -f

```

### Step 4: Install npm packages in your project

[](#step-4-install-npm-packages-in-your-project)

```
npm install

```

### Step 5: Compile AdminLTE using gulp

[](#step-5-compile-adminlte-using-gulp)

```
gulp

```

### Updating to latest version of AdminLTE

[](#updating-to-latest-version-of-adminlte)

```
npm update
gulp

```

Setup Node + npm and gulp
-------------------------

[](#setup-node--npm-and-gulp)

### Install Node.js

[](#install-nodejs)

### Install gulp globally

[](#install-gulp-globally)

```
npm install -g gulp

```

Example layout
--------------

[](#example-layout)

If you want an example layout, you can use `adminlte:layout name_of_layout` command to generate it. It will create view files in `/resources/views/name_of_layout/`.

```
php artisan adminlte:layout admin -f

```

AdminLTE Preview and Documentation
----------------------------------

[](#adminlte-preview-and-documentation)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~13 days

Total

6

Last Release

3475d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/585fea021c5d2840a3a843dd8bf6cc67942d0224c37acb3044de346eed3a18fc?d=identicon)[Hesto](/maintainers/Hesto)

---

Top Contributors

[![Hesto](https://avatars.githubusercontent.com/u/13649507?v=4)](https://github.com/Hesto "Hesto (43 commits)")

### Embed Badge

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

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

###  Alternatives

[hesto/multi-auth

Multi Auth for Laravel

451467.6k](/packages/hesto-multi-auth)

PHPackages © 2026

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