Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yiister/yii2-adminlte
https://github.com/yiister/yii2-adminlte
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yiister/yii2-adminlte
- Owner: yiister
- License: mit
- Created: 2015-12-27T17:31:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T05:10:06.000Z (over 6 years ago)
- Last Synced: 2024-09-18T13:15:06.788Z (3 months ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 28
- Watchers: 6
- Forks: 27
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-yii2 - yiister/yii2-adminlte
README
# yii2-adminlte
yii2-adminlte is a package for yii framework 2 that consists a very popular backend template AdminLTE (based on bootstrap 3). It is the best free solution for administrate zone.
This package includes theme requirements and base widgets for comfortable using in your web applications.
## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
composer require --prefer-dist yiister/yii2-adminlte "~1.0"
```or add the following to the `require` section of your `composer.json`
```json
"yiister/yii2-adminlte": "~1.0"
```
## DemonstrationYou may see a demo site [here](http://adminlte.yiister.ru/).