egorov / yii2-uikit
UI Kit 3 Extension for Yii2
Installs: 5 455
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:yii2-extension
Requires
- yiisoft/yii2: 2.*
This package is auto-updated.
Last update: 2025-03-12 05:36:38 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); ?>