ramprasadm1986 / yii2-gentelella
Free admin template for backend
Installs: 42
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
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
.