Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 511 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 511 Bytes

yii2-entity-search-properties

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