pedro-vasconcelos/draw-engine

用于推广项目的 Laravel 绘图引擎包。

1.4.0 2021-09-20 21:41 UTC

This package is auto-updated.

Last update: 2024-09-29 05:50:03 UTC


README

Packagist Version GitHub GitHub Workflow Status Packagist Downloads

简介

简介

该库包含支持多个项目幸运抽奖活动的所有逻辑。

待办事项

安装

php artisan vendor:publish --provider="PedroVasconcelos\DrawEngine\DrawServiceProvider" --tag="migrations"
php artisan migrate
php artisan vendor:publish --provider="PedroVasconcelos\DrawEngine\DrawServiceProvider" --tag="config"
# Check the config file and setup the models
# Add the trait `HasPrizeSchedule` to the model to access the schedule
php artisan db:seed --class="DrawsSeeder"

命令

php artisan app:create-prize-delivery-schedule 1
php artisan app:generate-winner-games 1 2021-09-07

变更日志

有关最近更改的更多信息,请参阅变更日志

鸣谢

许可证

MIT 许可证 (MIT)。有关更多信息,请参阅许可证文件