LaravelPackages.net
Acme Inc.
Toggle sidebar
matthewbdaly/laravel-opensearch

Opensearch implementation for Laravel

197
4
0.0.2
About matthewbdaly/laravel-opensearch

matthewbdaly/laravel-opensearch is a Laravel package for opensearch implementation for laravel. It currently has 4 GitHub stars and 197 downloads on Packagist (latest version 0.0.2). Install it with composer require matthewbdaly/laravel-opensearch. Discover more Laravel packages by matthewbdaly or browse all Laravel packages to compare alternatives.

Last updated

laravel-opensearch

OpenSearch implementation for Laravel

Build Status Coverage Status

Installation

First, install the package:

composer require matthewbdaly/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">

Star History Chart