dystcz/lunar-rewards

Reward system for Laravel applications using Lunar

0.8.x-dev 2024-04-05 18:34 UTC

This package is auto-updated.

Last update: 2024-05-01 23:03:35 UTC


README

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.