devgroup/yii2-entity-search-properties

Addon for yii2-entity-search: adds support for properties of yii2-data-structure-tools (dotplant3 properties)

dev-master 2017-02-07 20:22 UTC

This package is auto-updated.

Last update: 2024-04-11 13:17:28 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