dystcz/lunar-rewards
Composer 安装命令:
composer require dystcz/lunar-rewards
包简介
Reward system for Laravel applications using Lunar
README 文档
README
What's going on here?
This is a reward system package for Lunar which allows your users to earn points for their purchases and redeem them for discounts.
Getting started guide
Requirements
- PHP ^8.2
- Laravel 10
- Lunar requirements
Installation
You can install the package via composer
composer require dystcz/lunar-rewards
Publish config files
You will probably need them pretty bad
php artisan vendor:publish --provider="Dystcz\LunarRewards\LunarRewardsServiceProvider" --tag="lunar-rewards"
Publish migrations
Only in case you want to customize the database schema
php artisan vendor:publish --provider="Dystcz\LunarRewards\LunarRewardsServiceProvider" --tag="lunar-rewards.migrations"
Testing
composer test
Compatible packages
- Lunar API (JSON:API layer for Lunar)
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email dev@dy.st instead of using the issue tracker.
Credits
- All Contributors
- Lunar for providing awesome e-commerce package
- Laravel JSON:API which is a brilliant JSON:API layer for Laravel applications
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-06