A Laravel package that provides a simple, driver based solution for adding full-text search to models.
Laravel Scout provides a simple, driver based solution for adding full-text search to Laravel's Eloquent models. Using model observers, Scout will automatically keep your search indexes in sync with your Eloquent records.
Documentation is available at https://laravel.com/docs/5.4/scout
This is not a package which is included in the default installation of Laravel so it needs to be installed independently.