Looking to hire Laravel developers? Try LaraJobs

laravel-scout maintained by doxadoxa

Description
A Doctrine bridge for Laravel Scout. Copy of laravel-doctrine/scout, cause this version isn't been updating.
Last update
2020/06/04 03:23 (dev-master)
License
Links
Downloads
3

Comments
comments powered by Disqus

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, 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.