Download the PHP package sanjabteam/laravel-scout-database-driver without Composer
On this page you can find all versions of the php package sanjabteam/laravel-scout-database-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sanjabteam/laravel-scout-database-driver
More information about sanjabteam/laravel-scout-database-driver
Files in sanjabteam/laravel-scout-database-driver
Package laravel-scout-database-driver
Short Description Laravel scout database driver.
License MIT
Homepage https://github.com/sanjabteam/laravel-scout-database-driver
Informations about the package laravel-scout-database-driver
:warning: Deprecated: Laravel scout now supports database and collection drivers for testing purpose
Laravel Scout Database Driver
[](https://packagist.org/packages/sanjabteam/laravel-scout-database-driver)
[](https://packagist.org/packages/sanjabteam/laravel-scout-database-driver)
[](https://github.com/sanjabteam/laravel-scout-database-driver/actions)
[](https://github.styleci.io/repos/356009663)
[](https://codecov.io/gh/sanjabteam/laravel-scout-database-driver)
[](https://packagist.org/packages/sanjabteam/laravel-scout-database-driver)
Database driver for Laravel scout.
Why?
Of-course search engines like algolia are faster and more accurate.
But you can use database driver for these purposes.
- You don't want to spend money on services like algolia now but you want your web app be flexible to use a search engine in future!
- You want to test your app in local environment without running a search engine on your local machine or use a online search engine service.
Installation
You can install the package via composer:
- Requirements
- Laravel 8 >=
- Laravel Scout 8 >=
Run migrations:
And change scout default driver.
Configuration
You should change your default scout driver to database
.
.env:
-- Or --
config/scout.php:
Add database specific configurations at end of scout config file.
config/scout.php:
All following configurations are optional
scout.database.connection
:
Database connection to store search data. Change this if you don't want use your default database for search data.
scout.database.mode
:
Search mode.
Possible values:
LIKE
More strict, fasterLIKE_EXPANDED
Less strict, slower
scout.database.relevance
:
Relevance value for search query.
Check the source code to understand above configurations.
Limits
- Order is not supported.
Contributing
Contributions are welcome!
- Fork the Project
- Clone your project (git clone https://github.com/your_username/laravel-scout-database-driver.git)
- Create new branch (git checkout -b your_feature)
- Commit your Changes (git commit -m 'new feature')
- Push to the Branch (git push origin your_feature)
- Open a Pull Request
Donation

License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-scout-database-driver with dependencies
illuminate/support Version ^8
illuminate/database Version ^8
laravel/scout Version ^8.6