laravel-opensearch maintained by snowsoft
Description
Opensearch implementation for Laravel
Author
Last update
2023/01/04 13:36
(dev-master)
License
Downloads
131
Tags
laravel-opensearch
OpenSearch implementation for Laravel
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">