Download the PHP package adrianopedro/laravel-scout-database-driver without Composer
On this page you can find all versions of the php package adrianopedro/laravel-scout-database-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download adrianopedro/laravel-scout-database-driver
More information about adrianopedro/laravel-scout-database-driver
Files in adrianopedro/laravel-scout-database-driver
Package laravel-scout-database-driver
Short Description Driver for Laravel Scout database search package
License MIT
Informations about the package laravel-scout-database-driver
About APSearch Scout Driver
Laravel Scout Driver based on database search
How to...
Requires:
1: First, you may use Composer to install APSearch as a required dependency into your Laravel project:
2: Then, you have to publish the database migration into your Laravel project:
3: Now, you have to migrate the database migration into your Laravel project:
5: Update your .env and config/scout.php files to set scout driver to apsearch:
.env
config/scout.php
5: Add apSearchScoutServiceProvider the providers list on your projects config/app.php:
6: Include Scout class on the models you want to implement Searchable:
7: Optionally, you can import existing models (using Scout Searchable):
License
APSearch is an open-sourced software licensed under the MIT license.
All versions of laravel-scout-database-driver with dependencies
illuminate/bus Version >=8.0
illuminate/contracts Version >=8.0
illuminate/database Version >=8.0
illuminate/pagination Version >=8.0
illuminate/queue Version >=8.0
illuminate/support Version >=8.0
laravel/scout Version >=9.0