paulund/lastloggedin

Laravel package to log when the user logs in

v1.0.1 2024-07-14 05:35 UTC

This package is auto-updated.

Last update: 2024-11-02 11:47:58 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.