modernkernel/yii2-theme-adminlte

This package is abandoned and no longer maintained. The author suggests using the powerkernel/yii2-theme-adminlte package instead.

AdminLTE theme for Yii2

Installs: 114

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:yii2-extension

dev-master 2019-01-30 13:59 UTC

This package is not auto-updated.

Last update: 2022-02-01 13:00:26 UTC


README

AdminLTE theme for Yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist powerkernel/yii2-theme-adminlte "*"

or add

"powerkernel/yii2-theme-adminlte": "*"

to the require section of your composer.json file.

Usage

Once the theme is installed, simply use it in your code by :

Comming soon