| Package Data | |
|---|---|
| Maintainer Username: | eigan |
| Maintainer Contact: | patrick@maatwebsite.nl (Patrick Brouwers) |
| Package Create Date: | 2016-08-30 |
| Package Last Update: | 2022-05-16 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-26 03:17:48 |
| Package Statistics | |
|---|---|
| Total Downloads: | 25,137 |
| Monthly Downloads: | 184 |
| Daily Downloads: | 0 |
| Total Stars: | 11 |
| Total Watchers: | 8 |
| Total Forks: | 18 |
| Total Open Issues: | 2 |
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
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.