PHPackages                             hepplerdotnet/fulltextsearch - 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. hepplerdotnet/fulltextsearch

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

hepplerdotnet/fulltextsearch
============================

Trait to implement FullTextSearch in Laravel Eloquent

2.0.3(5y ago)1185↓62.5%MITPHPPHP &gt;=8.0.0

Since May 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/HepplerDotNet/FullTextSearch)[ Packagist](https://packagist.org/packages/hepplerdotnet/fulltextsearch)[ RSS](/packages/hepplerdotnet-fulltextsearch/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (3)Used By (0)

MySQL FullText Search Trait
===========================

[](#mysql-fulltext-search-trait)

PHP Trait to implement MySQL FullText Search in Eloquent Models

Installation &amp; Usage
------------------------

[](#installation--usage)

First, pull in the package through Composer.

Run `composer require hepplerdotnet/fulltextsearch`

And then include the Trait within your Eloquent Model to implement FullTextSearch .

```
