matthewbdaly / laravel-opensearch by matthewbdaly

Opensearch implementation for Laravel
138
4
3
Package Data
Maintainer Username: matthewbdaly
Maintainer Contact: matthewbdaly@gmail.com (Matthew Daly)
Package Create Date: 2018-01-10
Package Last Update: 2020-06-14
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:19:01
Package Statistics
Total Downloads: 138
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 4
Total Watchers: 3
Total Forks: 2
Total Open Issues: 2

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">