2017 © Pedro Peláez
 

yii2-extension yii2-admin-bsb-material-design

Asset Bundle for AdminBSB - Material Design

image

pipa7/yii2-admin-bsb-material-design

Asset Bundle for AdminBSB - Material Design

  • Sunday, November 12, 2017
  • by gugatxr
  • Repository
  • 1 Watchers
  • 1 Stars
  • 132 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 28 % Grown

The README.md

Yii2 AdminBSB - Material Design

Asset Bundle for AdminBSB - Material Design, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

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

or add, (*4)

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

to the require section of your composer.json file., (*5)

Usage

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

        'pipa7\adminbsb\assets\ThemeAsset'

Should stay like this:, (*7)

<?php
/**
 * @link http://www.yiiframework.com/
 * @copyright Copyright (c) 2008 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */

namespace app\assets;

use yii\web\AssetBundle;

/**
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @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'
    ];
}

=======, (*8)

yii2-admin-bsb-material-design

Yii2 AdminBSB - Material Design, (*9)

The Versions

12/11 2017

dev-master

9999999-dev

Asset Bundle for AdminBSB - Material Design

  Sources   Download

MIT

The Requires

 

extension yii2 asset backend theme admin bootspra3 adminbbsb

12/11 2017

v0.0.4

0.0.4.0

Asset Bundle for AdminBSB - Material Design

  Sources   Download

MIT

The Requires

 

extension yii2 asset backend theme admin bootspra3 adminbbsb

29/07 2017

v0.0.3

0.0.3.0

Asset Bundle for AdminBSB - Material Design

  Sources   Download

MIT

The Requires

 

extension yii2 asset backend theme admin bootspra3 adminbbsb

23/07 2017

v0.0.2

0.0.2.0

Asset Bundle for AdminBSB - Material Design

  Sources   Download

MIT

The Requires

 

extension yii2 asset backend theme admin bootspra3 adminbbsb

23/07 2017

v0.0.1

0.0.1.0

Asset Bundle for AdminBSB - Material Design

  Sources   Download

MIT

The Requires

 

extension yii2 asset backend theme admin bootspra3 adminbbsb