jtar / hyperf-vote
关注/取消关注包
dev-main
2023-01-21 06:24 UTC
Requires
- php: >=8.0
- hyperf/db-connection: 3.*
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- mockery/mockery: ^1.0
- phpstan/phpstan: ^1.0
- phpunit/phpunit: >=7.0
- swoole/ide-helper: ^4.5
Suggests
- swow/swow: Required to create swow components.
This package is auto-updated.
Last update: 2025-02-21 11:07:51 UTC
README
简化你的点赞/取消点赞 收藏/取消收藏。
安装
composer require "jtar/hyperf-vote"
php bin/hyperf.php vendor:publish jtar/hyperf-vote
# 执行迁移(可能会破坏你的迁移文件,谨慎操作)
php bin/hyperf.php migrate
文档
包cv overtrue/laravel-vote的,模型事件没有复制过来。