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 4w 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 41% 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

3302d 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

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k51.0M7.8k](/packages/larastan-larastan)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M169](/packages/laravel-ai)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

438834.4k1](/packages/clickbar-laravel-magellan)[itpathsolutions/dbstan

Database Standardization and Analysis Tool for Laravel

442.1k](/packages/itpathsolutions-dbstan)[laragear/populate

Populate your database with a supercharged, continuable seeder

8713.1k](/packages/laragear-populate)

PHPackages © 2026

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