jeffersoncarvalho/yii2-gentelella

Free admin template for backend

1.0.0 2019-05-02 20:27 UTC

This package is auto-updated.

Last update: 2024-03-29 03:51:37 UTC


README

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

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

or add

"jeffersoncarvalho/yii2-gentelella": "~1.0"

to the require section of your composer.json file.

Usage

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