Skip to content

[WIP] Reward system for Laravel applications using Lunar

License

Notifications You must be signed in to change notification settings

dystcz/dystore-rewards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lunar Rewards

Latest Version on Packagist Total Downloads GitHub Actions

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

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

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

License

The MIT License (MIT). Please see License File for more information.

Releases

No releases published

Languages