2017 © Pedro Peláez
 

yii2-extension yii2-asset-todc-bootstrap

Yii2 asset for bower todc-bootstrap

image

wdteam/yii2-asset-todc-bootstrap

Yii2 asset for bower todc-bootstrap

  • Tuesday, June 7, 2016
  • by Winds
  • Repository
  • 5 Watchers
  • 2 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii2 asset for bower todc-bootstrap

Yii2 asset for bower todc-bootstrap, (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist wdteam/yii2-asset-todc-bootstrap "*"

or add, (*4)

"wdteam/yii2-asset-todc-bootstrap": "*"

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

Usage

Once the extension is installed, simply use it in your code by :, (*6)

php 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', 'wdteam\todcbootstrap\TodcbootstrapAsset', ]; }, (*7)

The Versions

07/06 2016

dev-master

9999999-dev

Yii2 asset for bower todc-bootstrap

  Sources   Download

MIT

The Requires

 

by WindsDeng

extension yii2