PHPackages                             pipa7/yii2-admin-bsb-material-design - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. pipa7/yii2-admin-bsb-material-design

ActiveYii2-extension[Admin Panels](/categories/admin)

pipa7/yii2-admin-bsb-material-design
====================================

Asset Bundle for AdminBSB - Material Design

v0.0.4(8y ago)1374MITPHP

Since Jul 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Pipa7/yii2-admin-bsb-material-design)[ Packagist](https://packagist.org/packages/pipa7/yii2-admin-bsb-material-design)[ RSS](/packages/pipa7-yii2-admin-bsb-material-design/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (3)Versions (5)Used By (0)

Yii2 AdminBSB - Material Design
===============================

[](#yii2-adminbsb---material-design)

Asset Bundle for AdminBSB - Material Design

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

[](#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
-----

[](#usage)

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

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

Should stay like this:

```
