承接 webtoolsnz/yii2-admin-lte 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

webtoolsnz/yii2-admin-lte

最新稳定版本:0.1.18

Composer 安装命令:

composer require webtoolsnz/yii2-admin-lte

包简介

Yii2 Integration kit for Admin LTE theme

README 文档

README

Software License Build Status Coverage Status Quality Score

Yii2 Integration kit for AdminLTE theme

The purpose of this project is to allow easy integration of the popular bootstrap theme AdminLTE for any Yii2 based applications.

!["AdminLTE Presentation"] (http://i.imgur.com/YOyqDPa.png "AdminLTE Presentation")

Installation

Install webtoolsnz/yii2-admin-lte using Composer.

$ composer require webtoolsnz/yii2-admin-lte

Getting started

This packages consists of a Theme and a set of widgets, each can be used independently of the other.

You can just use the widgets and completely ignore the theme component of this package, check the documentation for each individual widget below.

Available Widgets

Theme

Getting started with the Theme is really simple just the components section of your web application config with the following

[
    ...
    'components' => [
        'view' => [
            'theme' => [
                'class' => \webtoolsnz\AdminLte\Theme::className(),
            ]
        ]
    ]
    ...
]

If you have any layout files named main.php those will need to be removed or renamed, as they will override the provided layout files, read more about theme configuration

Testing

This project has a PHPUnit test suite. To run the tests, run the following command from the project folder.

$ composer test

License

The MIT License (MIT). Please see LICENSE for more information.

统计信息

  • 总下载量: 4.44k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 13
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-04-21