kongoon / yii2-theme-superhero
Theme for Yii2 Web Application
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Type:yii2-extension
pkg:composer/kongoon/yii2-theme-superhero
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-10-07 20:16:58 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-superhero "*"
or add
"kongoon/yii2-theme-superhero": "*"
to the require section of your composer.json
file.
Usage
Open your layout e.g. views/layouts/main.php and add
use kongoon\theme\superhero;
superhero\SuperheroAsset::register($this);