nex-otaku / yii2-toolkit
Yii2典型商业应用基础设施:软删除、UUID等。
1.0.0
2017-01-05 17:29 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-08-29 04:03:35 UTC
README
Yii2典型商业应用基础设施:软删除、UUID等。
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一:
php composer.phar require --prefer-dist nex-otaku/yii2-toolkit "*"
或者将以下内容添加到您的 composer.json
文件的 require 部分:
"nex-otaku/yii2-toolkit": "*"
用法
扩展安装完成后,只需在代码中使用即可。
<?= \nexotaku\toolkit\AutoloadExample::widget(); ?>```