PHPackages                             devnullius/yii2-admin-lte - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. devnullius/yii2-admin-lte

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

devnullius/yii2-admin-lte
=========================

Extension for adminLTE3 theme quick usage

1.0.0(5y ago)19MITPHPPHP &gt;=7.4.0 &lt;= 8.0

Since Sep 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/devnullius/yii2-admin-lte)[ Packagist](https://packagist.org/packages/devnullius/yii2-admin-lte)[ RSS](/packages/devnullius-yii2-admin-lte/feed)WikiDiscussions master Synced 1mo ago

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

devnullius/yii2-admin-lte
=========================

[](#devnulliusyii2-admin-lte)

adminlte3 for yii2

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist devnullius/yii2-admin-lte "^1.0.0"

```

or add

```
"devnullius/yii2-admin-lte": "^1.0.0"

```

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

Usage
-----

[](#usage)

Once the extension is installed, you can config the path mappings of the view component:

```
'components' => [
    'view' => [
         'theme' => [
             'pathMap' => [
                '@app/views' => '@vendor/devnullius/yii2-admin-lte/src/views'
             ],
         ],
    ],
],
```

Copy files from @vendor/devnullius/adminlte/src/views to @app/views, then edit.

simply use:

```
