Hello KeenThemes devs,
I have Laravel metronic starterkit.
i noticed that the last login of every user on this url(domain.com/user-management/users) is not updating but rather it shows the date of creation of the user on the platform,
any suggestion?
Regards
Hello,
Thank you for reaching out to us.
The "Last Login" column in the user management page (`/user-management/users`) reuses data from the registration date for demo purposes. We have not implemented the last login date functionality in the starter kit.
If you would like to implement the last login date for your users, you can follow the tutorial to set it up.
https://dev.to/snehalkadwe/get-last-login-of-user-in-laravel-ckg
Best regards,
KeenThemes Support