项目作者: yiister

项目描述 :
Free admin template for backend
高级语言: PHP
项目地址: git://github.com/yiister/yii2-gentelella.git
创建时间: 2016-05-22T18:30:49Z
项目社区:https://github.com/yiister/yii2-gentelella

开源协议:MIT License

下载


Gentelella admin template for Yii2

It is a free admin template for backend of yii framework 2 based on gentelella theme.

This extension consists assets bundles, widgets, some page views and a layout example.

You can see all features and usage examples on demo site.

Installation

The preferred way to install this extension is through composer.

Either run

  1. php composer.phar require --prefer-dist yiister/yii2-gentelella "~1.0"

or add

  1. "yiister/yii2-gentelella": "~1.0"

to the require section of your composer.json file.

Usage

All you need is register yiister\gentelella\assets\Asset in your layout. This extension consists a layout example. You can find it in yiister\gentelella\views\layouts\main.php.