cjmellor / level-up

Level-Up is a Laravel package introducing gamification into your applications. Users earn experience points (XP) and levels through interactions, while also unlocking achievements. It promotes engagement, competition, and fun through its dynamic leaderboard feature. Customisable to fit your specific needs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix: Customise Migration Constraints

cjmellor opened this issue · comments

Discussed in #11

Originally posted by matthewscalf July 21, 2023
When utilizing this package, the Achievements are cool idea but the migrations and Pivot models assume you have named the User model users. But you have the option to customize that for the other functions. Would be good to see the achievements utilize the same level of customization.

Add the config option for the User model in more places