yujin1st/material-theme

material theme assets


Keywords
theme, bootstrap, yii2
License
BSD-3-Clause

Documentation

Asset bundle for material-theme

http://wrapbootstrap.com/preview/WB0R5L90S

Install

The preferred way to install this extension is through composer.

Either run

$ php composer.phar require yujin1st/material-theme "@dev"

or add

"yujin1st/material-theme": "*"

to the require section of your composer.json file.

Usage

Either add

yujin1st\materialtheme\AppAsset

to depends section of your asset bundle

or directly use it in layout file

yujin1st\materialtheme\AppAsset::register($this);