Download the PHP package lunarphp/scout-database-engine without Composer
On this page you can find all versions of the php package lunarphp/scout-database-engine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package scout-database-engine
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
TODO
- [x] Eloquent model & migration
- [x] GitHub Actions https://kirschbaumdevelopment.com/insights/laravel-github-actions
- [x] Indexing
- [x] Searching
- [x] Pagination
- [ ] Where clauses
- [ ] Soft deletes
- [ ] Customisation
- [ ] Database table in config
- [ ] MySQL & PostgreSQL specific config
All versions of scout-database-engine with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
laravel/framework Version ^9.0|^10.0
laravel/scout Version ^9.4|^10.0
spatie/laravel-blink Version ^1.6
laravel/framework Version ^9.0|^10.0
laravel/scout Version ^9.4|^10.0
spatie/laravel-blink Version ^1.6
The package lunarphp/scout-database-engine contains the following files
Loading the files please wait ....