craftyfm/craft-feedme-filemaker

一个插件,允许 Claris Filemaker 数据 API v2 与 Feed Me 插件一起工作

安装: 2

依赖关系: 0

建议者: 0

安全: 0

星级: 0

关注者: 2

分支: 0

开放问题: 0

类型:craft-plugin

1.0.1 2024-01-10 06:24 UTC

This package is auto-updated.

Last update: 2024-09-10 07:56:37 UTC


README

启用 Filemaker 数据 API 以与 Feed-Me 插件一起使用

要求

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

安装

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

从插件商店

转到您项目的控制面板中的插件商店,搜索“feedme-filemaker”,然后点击“安装”。

使用 Composer

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

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

# tell Composer to load the plugin
composer require craftyfm/craft-feedme-filemaker

# tell Craft to install the plugin
./craft plugin/install feedme-filemaker