snowsoft / laravel-opensearch
Opensearch implementation for Laravel
0.0.4
2023-01-04 12:36 UTC
Requires (Dev)
- matthewbdaly/artisan-standalone: 0.0.*
- mockery/mockery: ~1.0
- orchestra/testbench: 3.5
- phpunit/phpunit: ^6.3
- psy/psysh: 0.8.*
- satooshi/php-coveralls: ^1.0
- squizlabs/php_codesniffer: ^3.1
This package is auto-updated.
Last update: 2024-11-04 16:27:39 UTC
README
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">