doxadoxa / laravel-scout
A Doctrine bridge for Laravel Scout. Copy of laravel-doctrine/scout, cause this version isn't been updating.
0.1.3
2020-06-04 01:23 UTC
Requires
- laravel/scout: 1.*|2.*|3.*|4.*|5.*|6.*|7.*|8.*
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2025-03-04 12:24:13 UTC
README
A drop-in Doctrine ORM 2 implementation for Laravel Scout
$repository->search('Albert Einstein')->get()
Documentation
Versions
Version | Supported Laravel Versions |
---|---|
1.0.x | 5.3.x, 6.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"
License
This package is licensed under the MIT license.