This package will add a new column to the user database table a record the last time a user logged in.
You can install the package via composer:
composer require paulund/lastloggedinYou can publish and run the migrations with:
php artisan vendor:publish
php artisan migrateThe MIT License (MIT). Please see License File for more information.