Guidance in implementing badges
Hi there,
This sounds like a fun project! What I would recommend is using the laravel-gamify package.
It is probably the fastest way of adding reputation point & badges in your Laravel app.
Here is a quick tutorial on how that package works:
Hope that this helps!
Best,
Bobby
















Hey there,
You could still use Wave and remove any of the functionality that you don't need.
Or alternative approach will be to just use a plain Laravel app with Laravel Voyager as the admin panel and then add any of the functionality that you need.
Both would be valid approaches!
Hope that this helps!