libelulasoft/yii2-common-helpers

yii2和mongodb的通用助手

安装量: 10,544

依赖者: 2

建议者: 0

安全性: 0

星标: 0

关注者: 0

分支: 1

类型:yii2-extension

1.0.0 2022-11-09 23:39 UTC

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,则必须遵循以下步骤

  1. 删除当前版本
composer remove taguz91/yii2-common-helpers
  1. 安装新版本
composer require libelulasoft/yii2-common-helpers
  1. 必须在整个项目中将 taguz91\CommonHelpers 命名空间更改为 Libelulasoft\CommonHelpers

  2. 验证一切是否正常运行。

使用方法