An open API service indexing awesome lists of open source software.

https://github.com/hiqdev/yii2-theme-adminlte

AdminLte Theme for hiqdev/yii2-thememanager
https://github.com/hiqdev/yii2-theme-adminlte

hacktoberfest

Last synced: about 1 year ago
JSON representation

AdminLte Theme for hiqdev/yii2-thememanager

Awesome Lists containing this project

README

          

# Yii2 AdminLte Theme

**AdminLte Theme for Yii2 projects**

[![Latest Stable Version](https://poser.pugx.org/hiqdev/yii2-theme-adminlte/v/stable)](https://packagist.org/packages/hiqdev/yii2-theme-adminlte)
[![Total Downloads](https://poser.pugx.org/hiqdev/yii2-theme-adminlte/downloads)](https://packagist.org/packages/hiqdev/yii2-theme-adminlte)
[![Build Status](https://img.shields.io/travis/hiqdev/yii2-theme-adminlte.svg)](https://travis-ci.org/hiqdev/yii2-theme-adminlte)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/yii2-theme-adminlte.svg)](https://scrutinizer-ci.com/g/hiqdev/yii2-theme-adminlte/)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/yii2-theme-adminlte.svg)](https://scrutinizer-ci.com/g/hiqdev/yii2-theme-adminlte/)
[![Dependency Status](https://www.versioneye.com/php/hiqdev:yii2-theme-adminlte/dev-master/badge.svg)](https://www.versioneye.com/php/hiqdev:yii2-theme-adminlte/dev-master)

This package provides pluggable [AdminLte] theme for [Yii2] projects.

This package uses [hiqdev/yii2-thememanager] theming library.

[yii2]: http://www.yiiframework.com/
[adminlte]: https://almsaeedstudio.com/preview
[hiqdev/yii2-thememanager]: https://github.com/hiqdev/yii2-thememanager

## Installation

The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).

Either run

```sh
php composer.phar require "hiqdev/yii2-theme-adminlte"
```

or add

```json
"hiqdev/yii2-theme-adminlte": "*"
```

to the require section of your composer.json.

## License

This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).

Copyright © 2015-2017, HiQDev (http://hiqdev.com/)