libelulasoft / yii2-common-helpers
yii2和mongodb的通用助手
1.0.0
2022-11-09 23:39 UTC
Requires
- php: >=7.0.0
- mongodb/mongodb: ^1.8.0
- yiisoft/yii2: ~2.0.41
- yiisoft/yii2-mongodb: ^2.0
This package is auto-updated.
Last update: 2024-09-10 05:40:25 UTC
README
yii2和mongodb的通用助手
安装
安装此扩展的首选方法是使用 composer。
运行以下命令之一
composer require libelulasoft/yii2-common-helpers
或
"libelulasoft/yii2-common-helpers": "~1.0.0"
将以下内容添加到您的 composer.json
文件的require部分。
迁移
如果您想从 taguz91/yii2-common-helpers
版本迁移到新版本 libelulasoft/yii2-common-helpers
,则必须遵循以下步骤
- 删除当前版本
composer remove taguz91/yii2-common-helpers
- 安装新版本
composer require libelulasoft/yii2-common-helpers
-
必须在整个项目中将
taguz91\CommonHelpers
命名空间更改为Libelulasoft\CommonHelpers
。 -
验证一切是否正常运行。