ramprasadm1986 / yii2-gentelella
Free admin template for backend
Package info
github.com/ramprasadm1986/yii2-gentelella
Type:yii2-extension
pkg:composer/ramprasadm1986/yii2-gentelella
1.0.4
2022-07-29 08:49 UTC
Requires
- php: >=5.4.0
- bower-asset/gentelella: ^2.0-beta2
- rmrevin/yii2-fontawesome: ^3.0
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-bootstrap4: ^2.0.0
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.