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

ActiveYii2-extension[Admin Panels](/categories/admin)

sheillendra/yii2-adminlte
=========================

Yii2 AdminLTE

1.0.0-alpha(8y ago)594PHP

Since Aug 30Pushed 8y ago3 watchersCompare

[ Source](https://github.com/sheillendra/yii2-adminlte)[ Packagist](https://packagist.org/packages/sheillendra/yii2-adminlte)[ RSS](/packages/sheillendra-yii2-adminlte/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

yii2-adminlte
=============

[](#yii2-adminlte)

Implement AdminLTE

installation
------------

[](#installation)

`composer require "sheillendra/yii2-adminlte": "dev-master"`

### config main.php

[](#config-mainphp)

```
components => [
    'view' => [
        'theme' => [
            'pathMap' => [
                '@app/views' => [
                    '@backend/themes/adminlte/views',
                    '@sheillendra/adminlte/views',
                ],
                '@app/modules' => [
                    '@backend/themes/adminlte/modules',
                    '@sheillendra/adminlte/modules',
                ],
                '@app/widgets' => [
                    '@backend/themes/adminlte/widgets',
                    '@sheillendra/adminlte/widgets',
                ]
            ],
        ],
    ],
],
//for to see default view example, uncoment config below
/*
'controllerMap' => [
    'admin-lte' => 'sheillendra\adminlte\controllers\AdminLteController'
],
*/

```

**stop here and run your aplication**, you can see the default implement of adminlte theme.

**Gii**

This extension come with gii. Once the extension is installed, simply modify your application configuration as follows:

```
// /config/main-local.php        for yii2-app-advanced
// /config/web.php               for yii2-basic
...
if (!YII_ENV_TEST) {
    // configuration adjustments for 'dev' environment
    ...

    $config['modules']['gii'] = [
        'class'=>'yii\gii\Module',
       'generators' =>[
           'adminlte-crud' => ['class'=>'sheillendra\adminlte\gii\generators\crud\Generator']
        ]
    ];
}

```

custom
------

[](#custom)

Run `CRUD GII` you will get sample code to custom

components
----------

[](#components)

### grid

[](#grid)

change your index view from gii result :

```

```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3225d ago

### Community

Maintainers

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

---

Top Contributors

[![sheillendra](https://avatars.githubusercontent.com/u/3131932?v=4)](https://github.com/sheillendra "sheillendra (27 commits)")

---

Tags

yii2yiisheillendraadmnlte

### Embed Badge

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

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

###  Alternatives

[mootensai/yii2-enhanced-gii

Generate Relational (hasMany, hasOne, belongsTo, &amp; nested) Models &amp; CRUD.

202182.4k5](/packages/mootensai-yii2-enhanced-gii)[luyadev/luya-module-admin

Administration core module for all LUYA admin modules

48181.2k24](/packages/luyadev-luya-module-admin)

PHPackages © 2026

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