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

ActiveYii2-extension[Templating &amp; Views](/categories/templating)

yii2cmf/yii2-adminlte-asset
===========================

AdminLTE is a fully responsive administration template. Based on Bootstrap 4 framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.

v0.2(6y ago)0124MITPHP

Since Dec 23Pushed 6y ago2 watchersCompare

[ Source](https://github.com/yii2cmf/yii2-adminlte-asset)[ Packagist](https://packagist.org/packages/yii2cmf/yii2-adminlte-asset)[ RSS](/packages/yii2cmf-yii2-adminlte-asset/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (3)Used By (0)

[![starter_page](https://raw.githubusercontent.com/shandyrov/images/master/extensions/adminlte/AdminLte3_StarterPage.png)](https://raw.githubusercontent.com/shandyrov/images/master/extensions/adminlte/AdminLte3_StarterPage.png)

AdminLTE 3 - Free admin dashboard template based on Bootstrap 4 for Yii2 framework
==================================================================================

[](#adminlte-3---free-admin-dashboard-template-based-on-bootstrap-4-for-yii2-framework)

AdminLTE is a fully responsive administration template. Based on Bootstrap 4 framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require yii2cmf/yii2-adminlte-asset:0.2

```

or add

```
"yii2cmf/yii2-adminlte-asset": "~0.2"

```

to the require section of your `composer.json` file.

Configuration for module
------------------------

[](#configuration-for-module)

After creating the module (e.g. admin) you should add some initialization code in the Module.php:

```
use Yii;
use yii\base\Theme;
use yii\base\Application;

    public function init():void
    {
        parent::init();
        $this->initTheme();
    }

    private function initTheme(): void
    {
        Yii::$app->view->theme = new Theme([
            'pathMap' => ['@app/views' => '@yii2cmf/templates/adminlte/views'],
            'baseUrl' => '@web/templates/adminlte'
        ]);
    }
```

Configuration for ability editing template
------------------------------------------

[](#configuration-for-ability-editing-template)

Copy vendor/yii2cmf/yii2-adminlte-asset/src/views/adminlte folder to app/modules/admin/views. And edit Module.php file:

```
use Yii;
use yii\base\Theme;
use yii\base\Application;

    public function init():void
    {
        parent::init();
        $this->initTheme();
    }

    private function initTheme(): void
    {
        Yii::$app->view->theme = new Theme([
            'pathMap' => ['@app/views' => '@app/modules/admin/views/adminlte'],
            'baseUrl' => '@web/modules/admin'
        ]);
    }

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Every ~1 days

Total

2

Last Release

2331d ago

### Community

Maintainers

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

---

Top Contributors

[![shandyrov](https://avatars.githubusercontent.com/u/7609703?v=4)](https://github.com/shandyrov "shandyrov (12 commits)")

---

Tags

templateyii2extensionthemeAdminLTEadmin

### Embed Badge

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

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

###  Alternatives

[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[yiister/yii2-adminlte

yii2-adminlte is a package for yii framework 2 that consists a very popular backend template AdminLTE (based on bootstrap 3).

2839.3k](/packages/yiister-yii2-adminlte)

PHPackages © 2026

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