kongoon / yii2-theme-material
Theme for Yii2 Web Application
dev-master
2015-02-20 05:10 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-28 03:43:42 UTC
README
Theme for Yii2 Web Application
Installation
php composer.phar require --prefer-dist kongoon/yii2-theme-material "*"
or add
"kongoon/yii2-theme-material": "*"
to the require section of your composer.json file.
Usage
Open your layout views/layouts/main.php and add
use kongoon\theme\material;
material\MaterialAsset::register($this);