PHPackages                             ucaka/laravel-fulltext-rebuild - 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. [Database &amp; ORM](/categories/database)
4. /
5. ucaka/laravel-fulltext-rebuild

ActiveLibrary[Database &amp; ORM](/categories/database)

ucaka/laravel-fulltext-rebuild
==============================

Rebuilds MySQL FULLTEXT indexes

v0.1.0(9y ago)0430MITPHP

Since Jun 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/lsimeonov/laravel-fulltext-rebuild)[ Packagist](https://packagist.org/packages/ucaka/laravel-fulltext-rebuild)[ RSS](/packages/ucaka-laravel-fulltext-rebuild/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

About
-----

[](#about)

This is a simple library for laravel that helps you rebuild fulltext indexes for MySQL. This is useful when you change `innodb_ft_min_token_size` property. You can find more info about MySQL fulltext index length [here](https://dev.mysql.com/doc/refman/5.7/en/fulltext-fine-tuning.html#fulltext-word-length)

**Always backup your database before doing manipulations to it.**

Usage
-----

[](#usage)

You must include the library service provider inside `config/app.php`

```
$providers = [
    ...
    Ucaka\FullTextRebuild\Providers\FullTextRebuildProvider::class,
]
```

The only thing that a service provider will do for you is register a command. If you prefer you can skip the provider and directly add the command `\Ucaka\FullTextRebuild\Console\Commands\FullTextRebuild` inside your `app/Console/Kernel.php`

After you installed the command just run it

```
php artisan mysql:fulltext:rebuild
```

If it's needed you can specify custom database connection with `--connection` or `-c` option

```
php artisan mysql:fulltext:rebuild -c "custom_connection"
```

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3348d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b8abbcc329d6fa7e4bdaab1e7291d4286d06c287bf3cbc93fcf6551032de9a5?d=identicon)[ucaka](/maintainers/ucaka)

---

Top Contributors

[![lsimeonov](https://avatars.githubusercontent.com/u/17702047?v=4)](https://github.com/lsimeonov "lsimeonov (6 commits)")

---

Tags

fulltextfulltext-indexesindexesmysqlrebuild

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ucaka-laravel-fulltext-rebuild/health.svg)

```
[![Health](https://phpackages.com/badges/ucaka-laravel-fulltext-rebuild/health.svg)](https://phpackages.com/packages/ucaka-laravel-fulltext-rebuild)
```

###  Alternatives

[spatie/laravel-medialibrary

Associate files with Eloquent models

6.2k45.4M698](/packages/spatie-laravel-medialibrary)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M307](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k161.4k2](/packages/mike-bronner-laravel-model-caching)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)

PHPackages © 2026

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