Admin LTE template 4 Yii2 fw
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.
Once the extension is installed, simply use it in your config by :
'components' => [
'view' => [
'theme' => [
'class' => \shrouds\admin\AdminTheme::className()
]
]
]