suhrr/laravel-searcher

使用 Laravel 轻松搜索 Eloquent 模型

dev-master 2021-03-30 14:18 UTC

This package is auto-updated.

Last update: 2024-09-29 05:49:01 UTC


README

使用 Laravel 轻松搜索 Eloquent 模型

要求

  • PHP >= 7.2
  • Laravel = 6.*

安装

首先,安装 Laravel 6.*

composer require suhrr/laravel-searcher

然后运行以下命令创建搜索文件

php artisan make:search name

文档

https://suhrr.github.io/laravel-searcher-doc/