laravel-achievements icon indicating copy to clipboard operation
laravel-achievements copied to clipboard

Achievements for Laravel 5.3+

Results 17 laravel-achievements issues
Sort by recently updated
recently updated
newest added

I saw that achievement generation is quite inefficient when it comes to database usage. The culprit is `getModel` method that is called 3 times for each achievement progress modification: -...

enhancement
help wanted

Hello to all users of the laravel-achievements package! I'm currently writing a new version of the documentation and would like to hear feedback from everyone. Please consider leaving a comment...

help wanted

Is there an expected or suggested way to include images to represent the badges? My solution at present is basically `` But maybe there's a better way? If so, it...

Is there a way to configure the used database for the achievements (details and progress)? I use a system containing multiple databases, and the achievement tables should not necessarily reside...

Make it so Achievements can be categorized. Create methods to show only achievements of a specific category.

help wanted

Gamerscore is a feature used on Xbox Live tied to the Achievement System. Achievers are rewarded with a specified amount of points (usually a number between 5 and 100 which...

feature request

I am looking for a way to lock achievement. Is is possible?

feature request