Looking to hire Laravel developers? Try LaraJobs

laravel-opensearch maintained by homesheer

Description
阿里云开放搜索适配Laravel5
Author
Last update
2019/03/14 10:04 (dev-master)
License
Downloads
9

Comments
comments powered by Disqus

Laravel OpenSearch

中文说明

For Laravel 5 For Lumen 5 Latest Version on Packagist Total Downloads Software License

Introduction

Requirements

This package requires Laravel 5.4 or newer.

Installation

You can install the package via Composer:

composer require homesheer/laravel-opensearch

You can publish the config file with:

php artisan vendor:publish --provider="HomeSheer\OpenSearch\OpenSearchServiceProvider" --tag="config"

For Laravel 5.4 or older:

// config/app.php
HomeSheer\OpenSearch\OpenSearchServiceProvider::class,

For Lumen:

// bootstrap/app.php
$app->register(HomeSheer\OpenSearch\OpenSearchProvider::class);

Usage

Contributing

Contributions are welcome, thanks to y'all :)

License

Laravel Assembler is open-sourced software licensed under the MIT license.