cinghie/yii2-admin-lte
最新稳定版本:1.5.5
Composer 安装命令:
composer require cinghie/yii2-admin-lte
包简介
Asset Bundle to include AdminLTE on your Yii 2 project
README 文档
README
Asset Bundle to include AdminLTE on your Yii 2 project: https://github.com/almasaeed2010/AdminLTE/
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require cinghie/yii2-admin-lte "^1.5.5"
or add this line to the require section of your composer.json file.
"cinghie/yii2-admin-lte": "^1.5.5"
Configuration
Add in the view for normal CSS and JS
use cinghie\adminlte\AdminLTEAsset;
AdminLTEAsset::register($this);
Add in the view for minify CSS and JS
use cinghie\adminlte\AdminLTEMinifyAsset;
AdminLTEMinifyAsset::register($this);
Widgets Examples
Alert
Box
Content Header
Footer
Navbar Button
Navbar Logo
Navbar User
Sidebar Menu
Sidebar Search
Sidebar Toggle
Sidebar User
Simplebox
统计信息
- 总下载量: 1.53k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-07-06