2017 © Pedro Peláez
 

library laravel-opensearch

Opensearch implementation for Laravel

image

matthewbdaly/laravel-opensearch

Opensearch implementation for Laravel

  • Sunday, February 11, 2018
  • by matthewbdaly
  • Repository
  • 1 Watchers
  • 1 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 14 % Grown

The README.md

laravel-opensearch

OpenSearch implementation for Laravel, (*1)

Build Status Coverage Status, (*2)

Installation

First, install the package:, (*3)

composer require matthewbdaly/laravel-opensearch

Then publish the config:, (*4)

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:, (*5)

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

The Versions