An open API service indexing awesome lists of open source software.

https://github.com/socialist/yii2-admin-lte

Admin LTE theme for Yii2
https://github.com/socialist/yii2-admin-lte

admin-lte yii2

Last synced: 6 months ago
JSON representation

Admin LTE theme for Yii2

Awesome Lists containing this project

README

          

Admin LTE for Yii2
==================
Admin LTE themr for Yii2

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

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

Either run

```
php composer.phar require --prefer-dist socialist/yii2-admin-lte "*"
```

or add

```
"socialist/yii2-admin-lte": "*"
```

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

Usage
-----

Once the extension is installed, simply add in the right file, for example in the beginning of the file `@views/layout/main`:

```php

```

Or you can replace the default layout in the app settings:

```php
'@vendor/adminlte/layout/main',

// ...
]
?>
```

More documentations
---

[Russian](https://github.com/socialist/yii2-admin-lte/blob/master/docs/ru/README.md)