imanilchaudhari/yii2-rdash

This is a responsive admin dashboard built with twitter bootstrap 3.* .


Keywords
extension, twitter bootstrap, dashboard, admin panel, yii2
License
MIT

Documentation

A responsive dashboard for Yii2.

This is a responsive admin dashboard built with twitter bootstrap 3.* .

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist imanilchaudhari/yii2-rdash "dev-master"

or add

"imanilchaudhari/yii2-rdash": "dev-master"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

Advanded app

'components' => [
    'view' => [
         'theme' => [
             'pathMap' => [
                '@app/views' => '@vendor/imanilchaudhari/rdash/views/advanced-app'
             ],
         ],
    ],
],    

Basic app

'components' => [
    'view' => [
         'theme' => [
             'pathMap' => [
                '@app/views' => '@vendor/imanilchaudhari/rdash/views/basic-app'
             ],
         ],
    ],
],    

Credits

This is a replica of RDash. And we thanks RDash and their team for this awesome theme.