Search in Active Record models for Yii2
This is component for searching in the Active Record models for Yii2 Framework.
Installation ¶
Install package ¶
Run command
$ composer require vintage/yii2-search
or add
"vintage/yii2-search": "~1.0"
to the require section of your composer.json
file.
Usage ¶
Tests ¶
You can run tests with composer command
$ composer test
or using following command
$ codecept build && codecept run
Licence ¶
This project is released under the terms of the BSD-3-Clause license.
Copyright (c) 2017, Vintage Web Production
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.