bitpart/simplevote

这是一个简单的投票功能的包。

安装: 10

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 4

分支: 0

公开问题: 0

语言:HTML

1.0.1 2024-10-01 21:52 UTC

This package is not auto-updated.

Last update: 2024-10-01 21:55:43 UTC


README

概述

这是一个简单的投票系统。用户不需要登录。如果您需要严格的投票计数,我们不推荐使用此系统。

安装

在您的网站根目录或任何位置创建一个目录

mkdir simplevote
cd simplevote

安装simpleVote

composer require bitpart/simplevote

将样本文件移动到该目录

cp vendor/bitpart/simplevote/web/index.php index.php
cp vendor/bitpart/simplevote/web/sample.html sample.html

用法

在浏览器中打开sample.html并点击点赞按钮。如果您需要放置不同结构的文件,请修改index.php中的require_once路径。