punchbuggy / craft-gorgias
为Craft与Gorgias集成的插件
1.0.3
2023-12-18 04:39 UTC
Requires
- php: >=8.0.2
- craftcms/cms: ^4.4.0
- craftcms/commerce: ^4.0.0
- guzzlehttp/guzzle: ^7.2.0
README
为Craft与Gorgias集成的插件
要求
此插件需要Craft CMS 4.4.0或更高版本,以及PHP 8.0.2或更高版本。
安装
您可以从插件商店或使用Composer安装此插件。
从插件商店
前往项目控制面板中的插件商店,搜索“Gorgias”。然后点击“安装”。
使用Composer
打开您的终端,并运行以下命令
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require punchbuggy/craft-gorgias # tell Craft to install the plugin ./craft plugin/install gorgias