devgroup / yii2-entity-search
允许根据各种条件、事件和插件搜索ActiveRecords
dev-master
2017-01-27 09:13 UTC
Requires
- fzaninotto/faker: ^1.6
- yiisoft/yii2: ~2.0.0
Requires (Dev)
- codeception/base: ^2.2
- codeception/specify: ^0.4.5
- codeception/verify: ^0.3.2
This package is auto-updated.
Last update: 2024-09-11 14:21:15 UTC
README
允许根据各种条件、事件和插件搜索ActiveRecords
安装
安装此扩展的首选方式是通过composer。
运行以下命令之一:
php composer.phar require --prefer-dist devgroup/yii2-entity-search "*"
或者
"devgroup/yii2-entity-search": "*"
将以下内容添加到您的composer.json
文件的require部分。
用法
待定
从旧版本迁移
要从yii2-data-structure-tools内部所有内容版本的版本迁移。
- 将所有使用的组件的命名空间从
DevGroup\DataStrcuture\search
更改为
DevGroup\EntitySearch
用于基本组件DevGroup\EntitySearchProperties
如果是属性组件。您还需要devgroup/yii2-entity-search-properties
包。
- 还有其他什么吗???