hris / yii2-theme-c
Theme for Yii2 Web Application
This package has no released version yet, and little information is available.
README
Theme for Yii2 Web Application
Installation
php composer.phar require --prefer-dist hris/yii2-theme-material "*"
or add
"hris/yii2-theme-material": "*"
to the require section of your composer.json file.
Usage
Open your layout views/layours/main.php and add
use hris\theme\material;
material\MaterialAsset::register($this);