kongoon / yii2-theme-adminlte
Backend theme for Yii2 Framework
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Type:yii2-extension
pkg:composer/kongoon/yii2-theme-adminlte
Requires
- bower-asset/admin-lte: ~2.0
- cebe/yii2-gravatar: 1.*
- rmrevin/yii2-fontawesome: 2.9.*
- yiisoft/yii2: 2.*
- yiisoft/yii2-bootstrap: 2.*
This package is auto-updated.
Last update: 2025-09-19 11:11:54 UTC
README
Theme for Yii2 Web Application
Installation
php composer.phar require --prefer-dist kongoon/yii2-theme-adminlte "*"
or add
"kongoon/yii2-theme-adminlte": "*"
to the require section of your composer.json file.
Usage
Open your layout views/layouts/main.php and add
'components' => [
'view' => [
'theme' => [
'pathMap' => [
'@app/views' => '@vendor/kongoon/yii2-theme-adminlte/views/'
],
],
],
],