laravel-opensearch maintained by homesheer
Laravel OpenSearch
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.