定制 shebinleovincent/olasearch-laravel-scout 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

shebinleovincent/olasearch-laravel-scout

Composer 安装命令:

composer require shebinleovincent/olasearch-laravel-scout

包简介

Laravel Scout Engine for Ola Search

README 文档

README

Software License Latest Stable Version

This package is the Laravel Scout Engine for Ola Search.

Contents

Installation

You can install the package via composer:

composer require shebinleovincent/olasearch-laravel-scout

Optionally, you can add the Scout service provider and the package service provider in the config/app.php file. Otherwise this can be done via automatic package discovery.

// config/app.php
'providers' => [
    ...
    Laravel\Scout\ScoutServiceProvider::class,
    ...
    OlaSearchScout\OlaSearchServiceProvider::class,
],

Setting up Ola Search configuration

You must have a API Key with Ola Search. If you don't have one, sign-up for a free account on Ola Search.

If you need help with this please refer to the Ola Search documentation

After you've published the Laravel Scout package configuration:

// config/scout.php
// Set your driver to olasearch
    'driver' => env('SCOUT_DRIVER', 'olasearch'),

...
    'olasearch' => [
        'id'  => env('OLASEARCH_PROJECT_ID', ''),
        'key' => env('OLASEARCH_API_KEY', ''),
    ],
...

Usage

Now you can use Laravel Scout as described in the official documentation

Notes

  • Dev Branches are for development and are UNSTABLE (use on your own risk)!

Credits

License

The MIT License (MIT).

统计信息

  • 总下载量: 17
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-09-08

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固