laravel-doctrine/scout
Composer 安装命令:
composer require laravel-doctrine/scout
包简介
A Doctrine bridge for Laravel Scout
README 文档
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.* |
| Supported Scout Versions |
|---|
| up to 7.* |
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.
统计信息
- 总下载量: 25.82k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-02
