snowsoft/laravel-opensearch

Opensearch implementation for Laravel
340
Install
composer require snowsoft/laravel-opensearch
Latest Version:0.0.4
License:MIT
Last Updated:Jan 4, 2023
Links: GitHub  ·  Packagist
Maintainer: snowsoft

laravel-opensearch

OpenSearch implementation for Laravel

Build Status Coverage Status

Installation

First, install the package:

composer require snowsoft/laravel-opensearch

Then publish the config:

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:

<link href="/opensearch" rel="search" title="Search title" type="application/opensearchdescription+xml">

Related Packages

matthewbdaly/laravel-opensearch

Opensearch implementation for Laravel

197 4
thaoha/eloquent-search

Index Eloquent models to Elasticsearch

532 0
vedcode/larasearch

A driver based solution to searching your Eloquent models supports Laravel & Lum...

35 1