yujin1st / unify2-theme
unify theme assets
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Language:CSS
Type:yii2-extension
Requires
- php: >=5.4.0
- yiisoft/yii2: ~2.0
This package is auto-updated.
Last update: 2025-03-20 08:44:15 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);