PHPackages                             vlaim/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. [Admin Panels](/categories/admin)
4. /
5. vlaim/yii2-adminlte3

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

vlaim/yii2-adminlte3
====================

adminlte3 for yii2

01PHP

Since Sep 17Pushed 1y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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:

```
