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: | 2024-11-30 03:02:49 |
Package Statistics | |
---|---|
Total Downloads: | 22,540 |
Monthly Downloads: | 297 |
Daily Downloads: | 13 |
Total Stars: | 12 |
Total Watchers: | 9 |
Total Forks: | 18 |
Total Open Issues: | 1 |
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.