laravel-achievements
laravel-achievements copied to clipboard
Achievements for Laravel 5.3+
Sometimes, there are multiple achievements that track the exact same thing, but with different points to obtain. For example, an user can obtain a "Newcomer" achievement when creating their first...
It seems the author has stopped supporting this repository. If someone wants to, you can use: https://github.com/assada/laravel-achievements PHP 7.2+ Laravel 6/7/8 Auto-discovery package Code style improvements
Currently i am working on new project and i have to create Made 20 appointments in one month achievement. So how can i set the unlocked_at field in achievement_progress table...
@gabriel-simonetti Thanks for this awesome library. Any hope for Laravel 6 support? Thanks
Add image Url as requested in Issue #32
Fix for issue #42
As I see - now it forced to use *id* attribute in *getOrCreateProgressForAchiever* method. Why just not use getKey() instead of *id* here: https://github.com/gstt/laravel-achievements/blob/master/src/Achievement.php#L159
Hi, I'm about using this package in a new project and I have one suggestion: what about granting permissions when some achievements are reached? For example, on StackOverflow, you need...
Hi again, I've seen there is only a `$description` property which seems, according to the examples, to be used to display a message to the user when they reach the...