This is a responsive admin dashboard built with twitter bootstrap 3.* .
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.
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'
],
],
],
],
This is a replica of RDash. And we thanks RDash and their team for this awesome theme.
No stable releases.
Comments