captcha-eu / craftcms
captcha.eu for craftcms
1.0.6
2024-03-11 21:08 UTC
Requires
- php: >=8.0.2
- craftcms/cms: ^4.4.0|^5
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
This package is not auto-updated.
Last update: 2024-09-24 00:02:47 UTC
README
captcha.eu for craftcms
要求
此插件需要 Craft CMS 4.4.0 或更高版本,以及 PHP 8.0.2 或更高版本。
安装
您可以从插件商店或使用 Composer 安装此插件。
从插件商店
转到您项目控制面板中的插件商店,搜索“captcha-eu”,然后点击“安装”。
使用 Composer
打开您的终端并运行以下命令
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require captcha-eu/craftcms # tell Craft to install the plugin ./craft plugin/install captcha-eu