mesusah / craft-tryhackme
Craft CMS 的 TryHackMe 排名和得分跟踪器
dev-master
2024-06-20 19:38 UTC
Requires
- php: >=8.0.2
- craftcms/cms: ^5.0.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
This package is auto-updated.
Last update: 2024-09-20 20:21:20 UTC
README
Craft CMS 的 TryHackMe 排名和得分跟踪器
需求
此插件需要 Craft CMS 4.5.0 或更高版本,以及 PHP 8.0.2 或更高版本。
安装
您可以从插件商店或使用 Composer 安装此插件。
Crontab
要自动导入每日排行榜,请将以下内容添加到您的 crontab 中
55 23 * * * <username> /path/to/project/root php craft tryhackme/leaderboard/import
从插件商店
转到您项目控制面板中的插件商店,搜索“TryHackMe”,然后点击“安装”。
使用 Composer
打开您的终端,并运行以下命令
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require mesusah/craft-tryhackme # tell Craft to install the plugin ./craft plugin/install tryhackme