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
- Host: GitHub
- URL: https://github.com/pipa7/yii2-admin-bsb-material-design
- Owner: Pipa7
- License: mit
- Created: 2017-07-23T17:07:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T15:06:20.000Z (over 7 years ago)
- Last Synced: 2025-03-21T14:17:05.431Z (2 months ago)
- Topics: yii2, yii2-application-template
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Yii2 AdminBSB - Material Design
===============================
Asset Bundle for AdminBSB - Material DesignInstallation
------------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