PHPackages                             technote/laravel-search-helper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. technote/laravel-search-helper

ActiveLibrary[Search &amp; Filtering](/categories/search)

technote/laravel-search-helper
==============================

Search helper for laravel

v0.2.28(3y ago)25.6k2[3 issues](https://github.com/technote-space/laravel-search-helper/issues)[3 PRs](https://github.com/technote-space/laravel-search-helper/pulls)1MITPHPPHP ^7.4|^8.0

Since Aug 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/technote-space/laravel-search-helper)[ Packagist](https://packagist.org/packages/technote/laravel-search-helper)[ Docs](https://github.com/technote-space/laravel-search-helper)[ Fund](https://paypal.me/technote0space)[ RSS](/packages/technote-laravel-search-helper/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (10)Dependencies (8)Versions (49)Used By (1)

Laravel Search Helper
=====================

[](#laravel-search-helper)

[![CI Status](https://github.com/technote-space/laravel-search-helper/workflows/CI/badge.svg)](https://github.com/technote-space/laravel-search-helper/actions)[![codecov](https://camo.githubusercontent.com/5fbb747e8135dff4bbd4d74e017d695460b3eeac7768ef74f52abf00e6cd17c9/68747470733a2f2f636f6465636f762e696f2f67682f746563686e6f74652d73706163652f6c61726176656c2d7365617263682d68656c7065722f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/technote-space/laravel-search-helper)[![CodeFactor](https://camo.githubusercontent.com/b628577be979e10e3eeecff0e0792e3232caad646c8afed1365b7ae4497737b0/68747470733a2f2f7777772e636f6465666163746f722e696f2f7265706f7369746f72792f6769746875622f746563686e6f74652d73706163652f6c61726176656c2d7365617263682d68656c7065722f6261646765)](https://www.codefactor.io/repository/github/technote-space/laravel-search-helper)[![License: MIT](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667)](https://github.com/technote-space/laravel-search-helper/blob/main/LICENSE)[![PHP: >=7.4](https://camo.githubusercontent.com/a0107ccd359cd57f98e5957b1d3e72d3926debfda46b0a29507f8c6c15c633cc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253345253344372e342d6f72616e67652e737667)](http://php.net/)

*Read this in other languages: [English](README.md), [日本語](README.ja.md).*

Search helper for Laravel.

[Packagist](https://packagist.org/packages/technote/laravel-search-helper)

Table of Contents
-----------------

[](#table-of-contents)

Details- [Install](#install)
- [Usage](#usage)
- [Author](#author)

Install
-------

[](#install)

```
composer require technote/laravel-search-helper

```

Usage
-----

[](#usage)

1. Implement `Searchable Contract` and `Searchable Trait`.
2. Implement `setConditions` method.

    ```
