PHPackages                             ahyadessam/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. [Templating &amp; Views](/categories/templating)
4. /
5. ahyadessam/laravel-adminlte

ActiveLibrary[Templating &amp; Views](/categories/templating)

ahyadessam/laravel-adminlte
===========================

AdminLTE template for Laravel

1.1.5(6y ago)0110MITRich Text FormatPHP &gt;=5.5.9CI failing

Since Nov 9Pushed 6y agoCompare

[ Source](https://github.com/ahyadessam/Laravel-AdminLTE)[ Packagist](https://packagist.org/packages/ahyadessam/laravel-adminlte)[ Docs](https://github.com/ahyadessam/Laravel-AdminLTE)[ RSS](/packages/ahyadessam-laravel-adminlte/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (1)Versions (12)Used By (0)

Laravel-AdminLTE
================

[](#laravel-adminlte)

Simple and easy to use [Admin LTE](https://adminlte.io) template for laravel

1- Installation
===============

[](#1--installation)

1. Require the package using composer:

    ```
    composer require ahyadessam/laravel-adminlte

    ```
2. Add the service provider to the `providers` in `config/app.php`:

    ```
    ahyadessam\AdminLTE\AdminLTEServiceProvider::class,
    ```
3. Publish the public assets:

    ```
    php artisan vendor:publish --provider="ahyadessam\AdminLTE\AdminLTEServiceProvider"

    ```

2- Usage
========

[](#2--usage)

Easy to use and you will find folder `adminlte_temp` in `views` folder it's contain examples for use just create a blade it's extends layout `@extends('adminlte_layout.admin_lte')`

You can use the following sections (all is optional) :
======================================================

[](#you-can-use-the-following-sections-all-is-optional-)

- `page_title` : page title
- `css-files` : add css files to header
- `js-files` : add javascript files
- `content-header` : head of content such as H1 and breadcrumb
- `content` : for page contents
- `javascript` : to add javascript code in the footer

Sample example for a blade template (all is optional)
=====================================================

[](#sample-example-for-a-blade-template-all-is-optional)

```
@extends('adminlte_layout.admin_lte')

@section('page_title')
dashboard
@endsection

@section('css-files')

@endsection

@section('js-files')

@endsection

@section('content-header')

  Dashboard
  Control panel

   Home
  Dashboard

@endsection

@section('content')
i'm in dashboard
@endsection

@section('javascript')

alert('test');

@endsection
```

3- Menu
=======

[](#3--menu)

You will find menu array in `config/admin_lte.php`, you can custom it as you link.

I have a simple system for administrators and groups permissions (mini\_system)
===============================================================================

[](#i-have-a-simple-system-for-administrators-and-groups-permissions-mini_system)

- This is a simple system you can used it to manage your admins and permissions
- It's contain administrators and groups modules
- you will find it in this link : [mini\_system](https://github.com/ahyadessam/Laravel-AdminLTE/tree/master/mini_system) and it included in your files on the path `vendor/ahyadessam/laravel-adminlte/mini_system`

Contact
=======

[](#contact)

for any question you can contact with me on twitter [@AhyadEssam](https://twitter.com/AhyadEssam), thanks

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity65

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 ~57 days

Recently: every ~112 days

Total

11

Last Release

2527d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ba45b4963cceec373663c606965e1028de34c853a383ea11ad54daedb50d03fe?d=identicon)[ahyadessam](/maintainers/ahyadessam)

---

Top Contributors

[![ahyadessam](https://avatars.githubusercontent.com/u/30236213?v=4)](https://github.com/ahyadessam "ahyadessam (25 commits)")

---

Tags

laraveltemplateAdminLTEbootstrapadmin

### Embed Badge

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

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

###  Alternatives

[acacha/admin-lte-template-laravel

AdminLTE template applied to Laravel Scaffolding

1.8k387.2k8](/packages/acacha-admin-lte-template-laravel)[brackets/admin-ui

Administration user interface template

29258.6k3](/packages/brackets-admin-ui)

PHPackages © 2026

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