ramprasadm1986/yii2-gentelella

Free admin template for backend

1.0.4 2022-07-29 08:49 UTC

This package is auto-updated.

Last update: 2024-03-29 04:52:04 UTC


README

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

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist ramprasadm1986/yii2-gentelella

or add

"ramprasadm1986/yii2-gentelella": "*"

to the require section of your composer.json file.

Usage

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