yujin1st/material-theme

material theme assets

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Type:yii2-extension

v1.0.1 2019-07-29 00:43 UTC

This package is auto-updated.

Last update: 2024-04-20 07:04:22 UTC


README

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);