Skip to content

matthewbdaly/laravel-opensearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

OpenSearch implementation for Laravel

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published