laravel-doctrine / scout by eigan

A Doctrine bridge for Laravel Scout
20,323
12
10
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-04-18 15:00:54
Package Statistics
Total Downloads: 20,323
Monthly Downloads: 288
Daily Downloads: 18
Total Stars: 12
Total Watchers: 10
Total Forks: 18
Total Open Issues: 0

Laravel Doctrine Scout

GitHub release Travis StyleCI Packagist Packagist

A drop-in Doctrine ORM 2 implementation for Laravel Scout

$repository->search('Albert Einstein')->get()

Documentation

Read the full documentation.

Versions

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"

License

This package is licensed under the MIT license.