HDVinnie
HDVinnie
do you plan to add POST support?
@BadChoice I am willing to upgrade it and contribute however I have found multiple security issues within it and email multiple times via the SECURITY.MD with no response. If can...
@renatomarinho is this project still maintained?
``` ``` thats what I do for now
I use this in my profile view ``` {{ $user->username }} - {{ trans('user.recent-achievements') }}: @foreach($user->unlockedAchievements() as $a) @endforeach {{ $user->unlockedAchievements()->count() }} ```
This is actual user achievements view ``` @section('content') {{ trans('user.unlocked-achievements') }} {{ trans('common.name') }} {{ trans('common.description') }} {{ trans('common.progress') }} @foreach($achievements as $item) {{ $item->details->description }} @if($item->isUnlocked()) {{ trans('user.unlocked') }}...
Im using the SWAL alert example you provided.
Great idea to list mutilpe achievements under categories.
@johannac @quentincaffeino please take a look.