An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# laravel-opensearch
OpenSearch implementation for Laravel

[![Build Status](https://travis-ci.org/matthewbdaly/laravel-opensearch.svg?branch=master)](https://travis-ci.org/matthewbdaly/laravel-opensearch)
[![Coverage Status](https://coveralls.io/repos/github/matthewbdaly/laravel-opensearch/badge.svg?branch=master)](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

```