https://github.com/matthewbdaly/laravel-opensearch
OpenSearch implementation for Laravel
https://github.com/matthewbdaly/laravel-opensearch
laravel opensearch
Last synced: 7 months ago
JSON representation
OpenSearch implementation for Laravel
- Host: GitHub
- URL: https://github.com/matthewbdaly/laravel-opensearch
- Owner: matthewbdaly
- License: mit
- Created: 2018-01-10T20:34:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T22:47:21.000Z (almost 5 years ago)
- Last Synced: 2024-10-11T17:43:31.262Z (8 months ago)
- Topics: laravel, opensearch
- Language: PHP
- Size: 15.6 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# laravel-opensearch
OpenSearch implementation for Laravel[](https://travis-ci.org/matthewbdaly/laravel-opensearch)
[](https://coveralls.io/github/matthewbdaly/laravel-opensearch?branch=master)Installation
------------First, install the package:
```bash
composer require matthewbdaly/laravel-opensearch
```Then publish the config:
```bash
php artisan vendor:publish
```Then, update `config/opensearch.php` to match your requirements. You also need to add something like the following to the HTML header for your site to tell the browser where to find the OpenSearch XML file:
```html
```