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

ActiveLibrary[Admin Panels](/categories/admin)

pkeogan/laravel-adminlte
========================

A Package to Intergrate AdminLTE into Laravels 5.5 Blade Template System

23331Blade

Since Aug 31Pushed 3y agoCompare

[ Source](https://github.com/pkeogan/Laravel-AdminLTE)[ Packagist](https://packagist.org/packages/pkeogan/laravel-adminlte)[ RSS](/packages/pkeogan-laravel-adminlte/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)DependenciesVersions (2)Used By (0)

Laravel-AdminLTE (WIP)
======================

[](#laravel-adminlte-wip)

This Laravel Package is made to fully intergrate AdminLTE into Blade templating. The goal will to be able to use blade directive calls in order to populate and create pages, boxes, alerts etc.

Getting Started
---------------

[](#getting-started)

This project is not done yet, but if you would like to check it out, or follow along, follow the instructions below to get started.

### Prerequisites

[](#prerequisites)

What you need running on you dev, or local server.

```
Laravel 5.5
PHP 7.0^

```

### Installing

[](#installing)

Install AdminLTE via Composer

```
composer require almasaeed2010/AdminLTE

```

Install Laravel-AdminLTE via Composer

```
composer require pkeogan/laravel-adminlte dev-master

```

Update Composer

```
composer update

```

Move some AdminLTE file to Resources (So we can edit then complie)

```
cp -a vendor/almasaeed2010/adminlte/build/. resources/assets/adminlte/build
cp -a vendor/almasaeed2010/adminlte/bower_components/. resources/assets/adminlte/bower_components
cp -a vendor/almasaeed2010/adminlte/dist/. resources/assets/adminlte/dist
cp -a vendor/almasaeed2010/adminlte/plugins/. resources/assets/adminlte/plugins

cp -a vendor/almasaeed2010/adminlte/dist/img/. resources/assets/img/
cp -a vendor/almasaeed2010/adminlte/dist/js/. resources/assets/js/adminlte
cp -a vendor/almasaeed2010/adminlte/plugins/. resources/assets/plugins

sudo sed -i 's/DocumentRoot\ \/home\/ubuntu\/workspace/DocumentRoot\ \/home\/ubuntu\/workspace\/public/g' /resources/assets/less/AdminLTE.less

```

Add the service provider

```
 /config/app.php

 'providers' => [
  ...
  Pkeogan\LaravelAdminLTE\LaravelAdminLTEServiceProvider::class,
  ...

```

Add the Webpack Mix, copy and insert from /vendor/pkeogan/laravel-admintle/webpack.mix.js

```
/webpack.mix.js

mix.sass(blah blah),
  .less(more stuff),
  (copy and paste here)
  .js(blah, blah);

```

(Still writing this install)

### Useage

[](#useage)

In the future I will have every option in here, and also a demo page with the code to call.

In any blade.php file, you can call a compontent such as below.

```
@component('adminlte::callout', ['type' => 'danger', 'title' => 'This is a Danger Callout'])
        @slot('message')
            You cannot close this message.
        @endslot
    @endcomponent

```

Buttons
-------

[](#buttons)

```
 @include('adminlte::button', ['link' => route('backend.auth.user.deactivated'),
                               'label' => 'Deactivated',
                               'style' => 'success',
                               'uriPattern' => 'URI For Active Class',
                               'tooltip' => 'This is a tooltip'])

```

Modal
-----

[](#modal)

```
@include('adminlte::modal', ['buttonIcon' => 'fa fa-id-card-o ',
'modalID' => ('loginas'.$user->id),
'modalHeader' => 'Login As '.$user->full_name,
'modalSubmit' => 'Login As '.$user->full_name,
'modalBody' => 'Are you sure you want to login as this user?',
'submitLink' => route('backend.auth.user.login-as', $user)])

```

Versioning
----------

[](#versioning)

Not ready yet, I will be in 0.1-dev for some time.

Authors
-------

[](#authors)

- **Peter Keogan** - *inital release* - [Pkeogan](https://github.com/Pkeogan)

Acknowledgments
---------------

[](#acknowledgments)

- almasaeed2010 for the great AdminLTE theme!
- Anyone who contributes to Laravel!
- anyone who elses code was used

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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/09fbfae6b608855e640dfe0d20fa1ac84e5dea214f62b008c2b9df7575779ef3?d=identicon)[pkeogan](/maintainers/pkeogan)

---

Top Contributors

[![pkeogan](https://avatars.githubusercontent.com/u/30511153?v=4)](https://github.com/pkeogan "pkeogan (5 commits)")

### Embed Badge

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

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