Download the PHP package tanmo/laravel-search without Composer
On this page you can find all versions of the php package tanmo/laravel-search. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-search
laravel-search
Laravel模型查询包
依赖
- php: >=7.0
- laravel/framework: ~5.5
安装
使用
- 在需要查找的
Model中引入Tanmo\Search\Traits\Search的Trait - 使用
Search的Facade创建搜索器$searcher
功能
Searcher支持的方法
equal($field, $formField = null)neq($field, $formField = null)between($field, $formField = null)notBetween($field, $formField = null)like($field, $formField = null)lt($field, $formField = null)gt($field, $formField = null)in($field, $formField = null)notIn($field, $formField = null)gte($field, $formField = null)lte($field, $formField = null)
Tip
$field参数为要搜索的数据表字段名,如果表单name属性名与数据表一致则$formField可为空,否则$formField需填入表单的name名称- 关联查询时
$field参数可用点.隔开,如:role.name表示搜索关联表role下的name字段
All versions of laravel-search with dependencies
PHP Build Version
Package Version
The package tanmo/laravel-search contains the following files
Loading the files please wait ...