kongoon / yii2-theme-flat
Theme for Yii2 Web Application
Package info
bitbucket.org/kongoon/yii2-theme-flat
Type:yii2-extension
pkg:composer/kongoon/yii2-theme-flat
dev-master
2014-12-21 19:34 UTC
Requires
- yiisoft/yii2: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-09 18:23:13 UTC
README
Theme for Yii2 Web Applicaiton
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist kongoon/yii2-theme-flat "*"
or add
"kongoon/yii2-theme-flat": "*"
to the require section of your composer.json file.
Usage
use kongoon\theme\flat;
flat\FlatAsset::register($this);