Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yiister/yii2-gentelella
Free admin template for backend
https://github.com/yiister/yii2-gentelella
backend gentelella template theme yii2 yii2-admin yii2-extension yii2-widgets
Last synced: 3 days ago
JSON representation
Free admin template for backend
- Host: GitHub
- URL: https://github.com/yiister/yii2-gentelella
- Owner: yiister
- License: mit
- Created: 2016-05-22T18:30:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T09:33:28.000Z (about 4 years ago)
- Last Synced: 2024-12-30T02:08:49.069Z (10 days ago)
- Topics: backend, gentelella, template, theme, yii2, yii2-admin, yii2-extension, yii2-widgets
- Language: PHP
- Size: 29.3 KB
- Stars: 275
- Watchers: 42
- Forks: 113
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-yii2 - yiister/yii2-gentelella
README
Gentelella admin template for Yii2
==================================It is a free admin template for backend of yii framework 2 based on [gentelella](https://github.com/puikinsh/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](http://gentelella.yiister.ru).
Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist yiister/yii2-gentelella "~1.0"
```or add
```
"yiister/yii2-gentelella": "~1.0"
```to the require section of your `composer.json` file.
Usage
-----
All you need is register `yiister\gentelella\assets\Asset` in your layout. This extension consists a layout example. You can find it in `yiister\gentelella\views\layouts\main.php`.