Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 472 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 472 Bytes

Seaaaaach

Seaaaaach はLaravelで検索を簡単にするためのPackageです。

インストール

composer require fusic/seaaaaarch

Providersへの登録

/config/app.phpproviders へ登録してください

Search\Providers\SearchServiceProvider::class

使い方

  1. 基本の使い方
  2. Searchableの設定
  3. Filterの作成