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-11-15 15:14:26 |
Package Statistics | |
---|---|
Total Downloads: | 157 |
Monthly Downloads: | 4 |
Daily Downloads: | 0 |
Total Stars: | 4 |
Total Watchers: | 3 |
Total Forks: | 2 |
Total Open Issues: | 2 |
OpenSearch implementation for Laravel
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">