paulund/lastloggedin

Laravel package to log when the user logs in

Fund package maintenance!
paulund

Installs: 52

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/paulund/lastloggedin

2.0.0 2025-03-02 08:53 UTC

This package is auto-updated.

Last update: 2025-10-13 01:23:40 UTC


README

Latest Version on Packagist Total Downloads

This package will add a new column to the user database table a record the last time a user logged in.

Installation

You can install the package via composer:

composer require paulund/lastloggedin

You can publish and run the migrations with:

php artisan vendor:publish
php artisan migrate

Credits

License

The MIT License (MIT). Please see License File for more information.