LaravelPackages.net
Acme Inc.
Toggle sidebar
homesheer/laravel-opensearch

阿里云开放搜索适配Laravel5

9
1
v0.0.2
About homesheer/laravel-opensearch

homesheer/laravel-opensearch is a Laravel package for 阿里云开放搜索适配laravel5. It currently has 1 GitHub stars and 9 downloads on Packagist (latest version v0.0.2). Install it with composer require homesheer/laravel-opensearch. Discover more Laravel packages by homesheer or browse all Laravel packages to compare alternatives.

Last updated

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.

Star History Chart