homesheer / laravel-opensearch
阿里云开放搜索适配Laravel5
v0.0.2
2019-03-14 09:04 UTC
Requires
- php: >=7.1
- ext-curl: *
- ext-json: *
- illuminate/support: ~5.8
- laravel/scout: ~7.1
Requires (Dev)
- phpunit/phpunit: 7.5.6
This package is auto-updated.
Last update: 2024-11-14 22:36:18 UTC
README
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.