nex-otaku / yii2-toolkit
Yii2 typical commercial app infrastructure: soft-delete, UUID, etc.
Package info
github.com/Nex-Otaku/yii2-toolkit
Type:yii2-extension
pkg:composer/nex-otaku/yii2-toolkit
1.0.0
2017-01-05 17:29 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-01 00:22:31 UTC
README
Yii2 typical commercial app infrastructure: soft-delete, UUID, etc.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist nex-otaku/yii2-toolkit "*"
or add
"nex-otaku/yii2-toolkit": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \nexotaku\toolkit\AutoloadExample::widget(); ?>```