shrouds / yii2-admin-lte
Admin LTE template 4 Yii2 fw
Package info
github.com/shrouds/yii2-admin-lte
Language:CSS
Type:yii2-extension
pkg:composer/shrouds/yii2-admin-lte
dev-master
2018-09-07 13:32 UTC
This package is not auto-updated.
Last update: 2026-03-09 14:58:17 UTC
README
Admin LTE template 4 Yii2 fw
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist shrouds/yii2-admin-lte "*"
or add
"shrouds/yii2-admin-lte": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your config by :
'components' => [ 'view' => [ 'theme' => [ 'class' => \shrouds\admin\AdminTheme::className() ] ] ]