kongoon / yii2-theme-material
Theme for Yii2 Web Application
Installs: 279
Dependents: 0
Suggesters: 0
Security: 0
Type:yii2-extension
pkg:composer/kongoon/yii2-theme-material
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2025-09-28 05:53:06 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);