pedro-vasconcelos / draw-engine
用于推广项目的 Laravel 绘图引擎包。
1.4.0
2021-09-20 21:41 UTC
Requires
- php: ^7.4|^8.0
- illuminate/support: ^8.58
Requires (Dev)
- nunomaduro/collision: ^5.9
- orchestra/testbench: ^6.20
- phpunit/phpunit: ^9.5
- roave/security-advisories: dev-latest
- spatie/laravel-ray: ^1.25
README
简介
简介
该库包含支持多个项目幸运抽奖活动的所有逻辑。
待办事项
安装
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)。有关更多信息,请参阅许可证文件。