dev-master
9999999-devAllows searching ActiveRecords with various conditions, events and addons
MIT
The Requires
The Development Requires
extension yii2
Allows searching ActiveRecords with various conditions, events and addons
Allows searching ActiveRecords with various conditions, events and addons, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist devgroup/yii2-entity-search "*"
or add, (*4)
"devgroup/yii2-entity-search": "*"
to the require section of your composer.json
file., (*5)
TBD, (*6)
To migrate from the version when everything was inside of yii2-data-structure-tools., (*7)
DevGroup\DataStrcuture\search
to:- DevGroup\EntitySearch
for base components
- DevGroup\EntitySearchProperties
if it is property component. You will need devgroup/yii2-entity-search-properties
package too.
2. Something else???, (*8)
Allows searching ActiveRecords with various conditions, events and addons
MIT
extension yii2