devgroup / yii2-entity-search-properties
Addon for yii2-entity-search: adds support for properties of yii2-data-structure-tools (dotplant3 properties)
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
Requires (Dev)
- codeception/base: ^2.2
- codeception/specify: ^0.4.5
- codeception/verify: ^0.3.2
This package is auto-updated.
Last update: 2024-10-11 14:48:07 UTC
README
Addon for yii2-entity-search: adds support for properties of yii2-data-structure-tools (dotplant3 properties).
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist devgroup/yii2-entity-search-properties "*"
or add
"devgroup/yii2-entity-search-properties": "*"
to the require section of your composer.json
file.
Usage
TBD