PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By

Solved

Guidance in implementing badges

Solved
manuel3h

Jun 12th, 2023 09:18 AM

Hi, I want to implement a graphical interface (some laravel project) for my church in which points (like devDojo) and badges are won depending on different achievements. Could you guys point me in the right direction?! Thanks!!!

bobbyiliev

Jun 12th, 2023 09:26 AM

Best Answer

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:

Gamifying Your Laravel App

Hope that this helps!

Best,

Bobby

Report
1
manuel3h

Jun 12th, 2023 10:13 AM

Hi Bobby thanks for the quick reply, In your opinion how would be the best way to do this because something like Wave would be unnecessary (I don't need the SAAS part of it). It would be like a simple LMS

bobbyiliev

Jun 13th, 2023 01:02 AM

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!