laravel-doctrine / scout
A Doctrine bridge for Laravel Scout
Installs: 22 327
Dependents: 1
Suggesters: 0
Security: 0
Stars: 12
Watchers: 11
Forks: 18
Open Issues: 1
Requires
- laravel/scout: 1.*|2.*|3.*|4.*|5.*|6.*|7.*|8.*|9.*
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-10-16 11:55:49 UTC
README
A drop-in Doctrine ORM 2 implementation for Laravel Scout
$repository->search('Albert Einstein')->get()
Documentation
Versions
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"
License
This package is licensed under the MIT license.