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

ActiveLibrary

zulhamfendhy/adminlte
=====================

Admin LTE by zulhamfendhy

1.1.0(1y ago)140MITJavaScriptCI passing

Since Apr 12Pushed 1y ago2 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (13)Used By (0)

Admin Lte
=========

[](#admin-lte)

[![PHP Composer](https://github.com/zulhamfendhy/laravel-adminlte/actions/workflows/php.yml/badge.svg)](https://github.com/zulhamfendhy/laravel-adminlte/actions/workflows/php.yml)[![Downloads](https://camo.githubusercontent.com/470604abef6449c7629629986a3314bd37661120cc983172f964cd2ad0f0bb16/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a756c68616d66656e6468792f61646d696e6c7465)](https://packagist.org/packages/zulhamfendhy/adminlte)[![Latest Stable Version](https://camo.githubusercontent.com/218c683ab81833471836c609e0b6ef650962d327a1b7497ab9b212bb1d58276c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a756c68616d66656e6468792f61646d696e6c7465)](https://packagist.org/packages/zulhamfendhy/adminlte)[![License](https://camo.githubusercontent.com/2582a44670c27c63e08a3414230d851fe0c6a75745304a1a032f4f28b735c7dc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7a756c68616d66656e6468792f61646d696e6c7465)](https://packagist.org/packages/zulhamfendhy/adminlte)

Admin LTE by zulhamfendhy

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

[](#installation)

```
composer require zulhamfendhy/adminlte

```

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

```

Usage
-----

[](#usage)

Create a base template view. Example: base.blade.php

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

Create a view. Example: dashboard.blade.php and extend the base layout.

```
@extends('base')

@section('page_name')
    Dashboard
@endsection

@section('body')
    write a code
@endsection
```

For add a stylesheet or javascript, use tag `@push()`

```
@push('stylesheets')
    write a stylesheet
@endpush

@push('javascripts')
    write a javascript
@endpush
```

Full code for dashboard.blade.php

```
@extends('base')

@push('stylesheets')
    write a stylesheet
@endpush

@section('page_name')
    Dashboard
@endsection

@section('body')
    write a code
@endsection

@push('javascripts')
    write a javascript
@endpush
```

Customize the layout
--------------------

[](#customize-the-layout)

You can custom the layout. Tutorial:

1. Create a folder `vendor` in the folder `views`
2. Create a folder `adminlte` in the folder `vendor`
3. Create a file blade.php according to what you want to change

Dev Test
--------

[](#dev-test)

```
./vendor/bin/phpunit tests

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.6% 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 ~39 days

Recently: every ~107 days

Total

12

Last Release

697d ago

### Community

Maintainers

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

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

---

Top Contributors

[![zulhamfendhy](https://avatars.githubusercontent.com/u/38505192?v=4)](https://github.com/zulhamfendhy "zulhamfendhy (20 commits)")[![diolan12](https://avatars.githubusercontent.com/u/24894631?v=4)](https://github.com/diolan12 "diolan12 (16 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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