PHPackages                             hail812/yii2-adminlte3 - 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. hail812/yii2-adminlte3

ActiveYii2-extension

hail812/yii2-adminlte3
======================

adminlte3 for yii2

v1.1.9(2y ago)79253.8k↓13.2%35[8 issues](https://github.com/hail812/yii2-adminlte3/issues)2BSD-3-ClausePHPPHP &gt;=7.0

Since Apr 23Pushed 2y ago7 watchersCompare

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

READMEChangelog (6)Dependencies (4)Versions (21)Used By (2)

hail812/yii2-adminlte3
======================

[](#hail812yii2-adminlte3)

adminlte3 for yii2

[![home](https://user-images.githubusercontent.com/3158261/80058324-8d751480-855b-11ea-87f5-3d682f787210.png)](https://user-images.githubusercontent.com/3158261/80058324-8d751480-855b-11ea-87f5-3d682f787210.png)

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

[](#installation)

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

Either run

```
composer require "hail812/yii2-adminlte3=~1.1"

```

or add

```
"hail812/yii2-adminlte3": "~1.1"

```

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/hail812/yii2-adminlte3/src/views'
             ],
         ],
    ],
],
```

Copy files from @vendor/hail812/yii2-adminlte3/src/views to @app/views, then edit.

simply use:

```
