This is a reward system package for Lunar which allows your users to earn points for their purchases and redeem them for discounts.
- PHP ^8.2
- Laravel 10
- Lunar requirements
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"
composer test
- Lunar API (JSON:API layer for Lunar)
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email dev@dy.st instead of using the issue tracker.
- All Contributors
- Lunar for providing awesome e-commerce package
- Laravel JSON:API which is a brilliant JSON:API layer for Laravel applications
The MIT License (MIT). Please see License File for more information.