PHPackages                             kenjebaev/yii2-adminlte4 - 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. kenjebaev/yii2-adminlte4

ActiveYii2-extension

kenjebaev/yii2-adminlte4
========================

adminlte4 for yii2

19[1 issues](https://github.com/kenjebaev/yii2-adminlte4/issues)PHP

Since Jun 14Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

kenjebaev/yii2-adminlte4
========================

[](#kenjebaevyii2-adminlte4)

adminlte4 for yii2

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

[](#installation)

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

Either run

```
composer require "kenjebaev/yii2-adminlte4"

```

or add

```
"kenjebaev/yii2-adminlte4": "~1.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/kenjebaev/yii2-adminlte4/src/views'
             ],
         ],
    ],
],
```

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

simply use:

```
