matthewbdaly/laravel-opensearch

Laravel 的 OpenSearch 实现

0.0.2 2018-02-11 22:04 UTC

This package is auto-updated.

Last update: 2024-08-28 08:15:28 UTC


README

Laravel 的 OpenSearch 实现

Build Status Coverage Status

安装

首先,安装包

composer require matthewbdaly/laravel-opensearch

然后发布配置

php artisan vendor:publish

然后,更新 config/opensearch.php 以匹配您的需求。您还需要将以下内容添加到您网站的 HTML 头部,以便告诉浏览器 OpenSearch XML 文件的位置

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