jimmyyoung/yii-adminlte
Composer 安装命令:
composer require jimmyyoung/yii-adminlte
包简介
adminLTE3 for yii2
README 文档
README
This is a template based on adminLTE3 for Yii2。 這是給Yii2使用adminLTE3的樣板。
Install
composer require "jimmyyoungyoyo/yii2-adminlte"
Usage
- add to config
// file path config/web.php // add this in components 'view' => [ 'theme' => [ 'pathMap' => [ '@app/views' => '@vendor/jimmyyoung/yii-adminlte/src' ], ], ],
- use Menu Widget
use jimmyyoungyoyo\adminlte\component\MenuGenerate; <?= MenuGenerate::widget([ 'menu' => [ ['label' => 'Account', 'icon' => 'fa fa-users', 'url' => '/account/index', 'active' => true], ['label' => 'Message', 'icon' => 'fa fa-paper-plane', 'url' => '/message/index', 'active' => false], [ 'label' => 'Dashboard', 'icon' => 'fa fa-tachometer-alt', 'url' => '#', 'active' => false, 'items' => [ [ 'label' => 'example1', 'icon' => 'fa fa-users', 'url' => '/dashboard/example1', 'active' => false, ], [ 'label' => 'example2', 'icon' => 'fa fa-users', 'url' => '/dashboard/example2', 'active' => false, ], [ 'label' => 'example3', 'icon' => 'fa fa-users', 'url' => '/dashboard/example3', 'active' => false, ] ] ], ]]) ?>
License
MIT
Other
Please tell me if this project have any problem。
如果這個專案有任何問題,請告訴我,感謝
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-19