b0y-101 Mini Shell


Current Path : E:/www/b-group.old/business/applicationmba/frontend/assets/
File Upload :
Current File : E:/www/b-group.old/business/applicationmba/frontend/assets/AppAsset.php

<?php

namespace frontend\assets;

use yii\web\AssetBundle;

/**
 * Main frontend application asset bundle.
 */
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',
    ];
}

Copyright © 2019 by b0y-101