PHPackages                             flarone/laravel-searchable - 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. flarone/laravel-searchable

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

flarone/laravel-searchable
==========================

A search package for Laravel

0.0.17(3y ago)061MITPHPPHP ^7.4|^8.0|^8.1|^8.2

Since Mar 31Pushed 3y agoCompare

[ Source](https://github.com/flarone/laravel-searchable)[ Packagist](https://packagist.org/packages/flarone/laravel-searchable)[ RSS](/packages/flarone-laravel-searchable/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (17)Used By (0)

Better search management for Laravel
====================================

[](#better-search-management-for-laravel)

Introduction
------------

[](#introduction)

Searching within Laravel models on their own is an easy task but if you need to search for multiple models queries can become pretty slow.

This package allows developers to leverage their searches from everywhere within their application on an easy way.

Flarone is a web development studio based near Amsterdam, The Netherlands. You can learn more about us at [flarone.com](https://flarone.com)

Table of contents
-----------------

[](#table-of-contents)

- [Laravel compatibility](#laravel-compatibility)
- [Features overview](#features-overview)
- [Installation](#installation)

Laravel compatibility
---------------------

[](#laravel-compatibility)

LaravelLaravel-searchable8.x1.0.x9.x1.0.x10.x1.0.xFeatures overview
-----------------

[](#features-overview)

- Searchable models will be indexed automatically
- Customizeable fields you want to be searchable

Installation
------------

[](#installation)

Require through composer

```
composer require flarone/laravel-searchable

```

Or manually edit your composer.json file:

```
"require": {
	"flarone/laravel-searchable": "^1.x"
}

```

Publish both the configuration file and the migrations:

```
php artisan vendor:publish --provider="Flarone\Searchable\SearchableServiceProvider"

```

Execute the database migrations:

```
php artisan migrate

```

You may check the package's configuration file at:

```
config/searchable.php

```

### Clearing the cache

[](#clearing-the-cache)

Available since version 1.0.x, you may clear the translation cache through both an Artisan Command and a Facade. If cache tags are in use, only the translation cache will be cleared. All of your application cache will however be cleared if you cache tags are not available.

Cache flush command:

```
php artisan searchable:flush

```

#### Credits

[](#credits)

- Flarone -

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~23 days

Recently: every ~87 days

Total

16

Last Release

1150d ago

PHP version history (2 changes)0.0.2PHP ^7.4|^8.0

0.0.16PHP ^7.4|^8.0|^8.1|^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/51fd7905d0acba590e8e161f4c10f91eef023650ec78751bb7885ce4e9664df0?d=identicon)[Flarone](/maintainers/Flarone)

---

Top Contributors

[![MarcelWiebenga](https://avatars.githubusercontent.com/u/10196899?v=4)](https://github.com/MarcelWiebenga "MarcelWiebenga (2 commits)")

---

Tags

searchlaravelsearchablelaravel-searchableflarone

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/flarone-laravel-searchable/health.svg)

```
[![Health](https://phpackages.com/badges/flarone-laravel-searchable/health.svg)](https://phpackages.com/packages/flarone-laravel-searchable)
```

###  Alternatives

[mozex/laravel-scout-bulk-actions

A Laravel Scout extension for bulk importing and flushing of all models.

1033.4k](/packages/mozex-laravel-scout-bulk-actions)[romangrinev/laravel-opensearch-engine

Custom Laravel Scout OpenSearch Engine

1319.8k](/packages/romangrinev-laravel-opensearch-engine)[omure/scout-advanced-meilisearch

Laravel Scout extension that allows to use meilisearch advanced features as well as has an extended collection driver for testing purposes.

123.9k](/packages/omure-scout-advanced-meilisearch)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
