laravel-doctrine/scout is a Laravel package for a doctrine bridge for laravel scout.
It currently has 11 GitHub stars and 25.881 downloads on Packagist (latest version 0.4.0).
Install it with composer require laravel-doctrine/scout.
Discover more Laravel packages by laravel-doctrine
or browse all Laravel packages to compare alternatives.
Last updated
A drop-in Doctrine ORM 2 implementation for Laravel Scout
$repository->search('Albert Einstein')->get()
Version | Supported Laravel Versions :---------|:---------- 1.0.x | 5.3.x, 6.*
Supported Scout Versions |:---------- up to 7.*
Require this package
composer require "laravel-doctrine/scout"
After adding the package, add the ServiceProvider to the providers array in config/app.php
Laravel\Scout\ScoutServiceProvider::class,
LaravelDoctrine\Scout\ScoutServiceProvider::class,
To publish the config use:
php artisan vendor:publish --tag="config"
This package is licensed under the MIT license.