craftyfm / craft-webhooks-filemaker
向 Filemaker 发送 webhooks
v0.1
2024-01-10 07:59 UTC
Requires
- php: >=8.0.2
- craftcms/cms: ^4.6.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
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