craftyfm/craft-webhooks-filemaker

向 Filemaker 发送 webhooks

安装: 1

依赖: 0

建议者: 0

安全: 0

星标: 2

关注者: 1

分支: 0

公开问题: 0

类型:craft-plugin

v0.1 2024-01-10 07:59 UTC

This package is auto-updated.

Last update: 2024-10-02 23:41:11 UTC


README

向 Filemaker 发送 webhooks

要求

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

安装

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

从插件商店

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

使用 Composer

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

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

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

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