fostercommerce/meilisearch-connect

dev-main 2024-08-25 21:17 UTC

This package is auto-updated.

Last update: 2024-08-25 21:17:25 UTC


README

需求

此插件需要Craft CMS 4.6.0或更高版本,以及PHP 8.1或更高版本。

安装

您可以从插件商店或使用Composer安装此插件。

从插件商店

转到项目控制面板中的插件商店,搜索“meilisearch”,然后按“安装”。

使用Composer

打开您的终端并运行以下命令

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require fostercommerce/craft-meilisearch

# tell Craft to install the plugin
./craft plugin/install meilisearch