snowsoft/laravel-opensearch
最新稳定版本:0.0.4
Composer 安装命令:
composer require snowsoft/laravel-opensearch
包简介
Opensearch implementation for Laravel
README 文档
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">
统计信息
- 总下载量: 152
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-06