imanilchaudhari/yii2-rdash This is a responsive admin dashboard built with twitter bootstrap 3.* .

extensiondashboardadminpaneltwitterbootstrap

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.

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



MIT license
Stats
1 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
32 total downloads