egorov / yii2-uikit
UI Kit 3 Extension for Yii2
3.5.7
2020-09-12 10:59 UTC
Requires
- yiisoft/yii2: 2.*
This package is auto-updated.
Last update: 2026-03-12 07:48:16 UTC
README
UI Kit 3 Extension for Yii2 UI kit Official site (3.5.7) Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist egorov/yii2-uikit "*"
or add
"egorov/yii2-uikit": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?php \egorov\uikit3\UikitAsset::register($this); ?>