An open API service indexing awesome lists of open source software.

https://github.com/pipa7/yii2-admin-bsb-material-design

Yii2 AdminBSB - Material Design
https://github.com/pipa7/yii2-admin-bsb-material-design

yii2 yii2-application-template

Last synced: 2 months ago
JSON representation

Yii2 AdminBSB - Material Design

Awesome Lists containing this project

README

        

Yii2 AdminBSB - Material Design
===============================
Asset Bundle for AdminBSB - Material Design

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist pipa7/yii2-admin-bsb-material-design "*"
```

or add

```
"pipa7/yii2-admin-bsb-material-design": "*"
```

to the require section of your `composer.json` file.

Usage
-----

Once the extension is installed, simply edit the file in assets/AppAsset.php and add the following line in $depends: a

```php
'pipa7\adminbsb\assets\ThemeAsset'
```

Should stay like this:
```php

* @since 2.0
*/
class AppAsset extends AssetBundle
{
public $basePath = '@webroot';
public $baseUrl = '@web';
public $css = [
'css/site.css',
];
public $js = [
];
public $depends = [
'yii\web\YiiAsset',
'yii\bootstrap\BootstrapAsset',
'pipa7\adminbsb\assets\ThemeAsset'
];
}
```
=======
# yii2-admin-bsb-material-design
Yii2 AdminBSB - Material Design