The user model should include login tracking info. New columns / model attributes: * Last login date + time * Total number of logins The following features are needed: - [x] When a user logs in, update the "last login" column and increase the login counter - [x] Include the columns in the Filament resource (shown by default) - [x] Make the columns filterable Feature tests must be included.
The user model should include login tracking info.
New columns / model attributes:
The following features are needed:
Feature tests must be included.