Difference between revisions of "Extensions:Prize Codes"
Jump to navigation
Jump to search
(Created page) Tag: 2017 source edit |
m Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Prize Codes|desc=Redeemable prize codes.|auth=CH3RVB|status=stable|github={{Github|user=CH3RVB|branch=/extension/prize-code}}|LKVer=2.0.0|migration=yes|package=no}} |
− | + | Admins can generate a key that users can redeem for a specified reward. | |
+ | You can set a limit per code (up to X users can redeem) or make it unlimited usage (everyone onsite could redeem it). | ||
+ | when redeemed, a code can't be redeemed again by the same user. | ||
== Installation == | == Installation == | ||
− | + | Run the following command: | |
− | + | <code>php artisan migrate</code> | |
− | < | ||
− | |||
− | |||
− | |||
− | < | ||
== Images == | == Images == | ||
<!-- Do you have any images to show what it looks like in action? --> | <!-- Do you have any images to show what it looks like in action? --> | ||
== See Also == | == See Also == | ||
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | <!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | ||
− |
Latest revision as of 15:52, 27 March 2024
Description | Redeemable prize codes. |
---|---|
Author(s) | CH3RVB |
Status | stable |
Github | /extension/prize-code |
LK Version | 2.0.0 |
Contains a Migration | |
Admins can generate a key that users can redeem for a specified reward.
You can set a limit per code (up to X users can redeem) or make it unlimited usage (everyone onsite could redeem it).
when redeemed, a code can't be redeemed again by the same user.
Installation
Run the following command:
php artisan migrate