laravel-achievements
laravel-achievements copied to clipboard
Achievements for Laravel 5.3+
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: -...
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...
Images
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.
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...