ishizune/yii2-gentelella

gentelella yii2 custom version

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 112

Type:yii2-extension

1.3.1 2017-11-12 16:49 UTC

This package is auto-updated.

Last update: 2024-03-29 03:58:22 UTC


README

It is a free admin template for backend of yii framework 2 based on gentelella by Colorlib theme and gentelella by yiister for yii2.

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

php composer.phar require --prefer-dist ishizune/yii2-gentelella "dev-master"

or add

"ishizune/yii2-gentelella": "dev-master"

to the require section of your composer.json file.

Usage

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