Skip to content

lunarphp/scout-database-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Scout Database Engine

Out-of-the-box Laravel Scout provides a database driver, but it is very limited. If you want to truly be able to search any data in MySQL or PostgreSQL then you'll need a search index table.

This package introduces an Eloquent model called SearchIndex. It will index the information set to be searched using Laravel Scout and there is no limitation, E.g. you could happily index and search on aggregate data.

Installation

composer require lunarphp/scout-database-engine
php artisan migrate

TODO

About

[READ ONLY] Subtree split of the Lunar Scout Driver(see lunarphp/lunar)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages