webdna / warmie
检查网站页面
1.0.0-beta.9
2024-05-16 14:07 UTC
Requires
- php: >=8.0.2
- craftcms/cms: ^4.3.6.1||^5.0
This package is auto-updated.
Last update: 2024-09-16 14:55:09 UTC
README
检查网站页面
要求
此插件需要Craft CMS 4.3.6.1或更高版本,以及PHP 8.0.2或更高版本。
安装
您可以从插件商店或使用Composer安装此插件。
从插件商店
转到项目控制面板中的插件商店,搜索“warmie”,然后按“安装”。
使用Composer
打开您的终端,并运行以下命令
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require webdna/warmie # tell Craft to install the plugin ./craft plugin/install warmie