Download the PHP package salfade/laravel-login-tracker without Composer
On this page you can find all versions of the php package salfade/laravel-login-tracker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download salfade/laravel-login-tracker
More information about salfade/laravel-login-tracker
Files in salfade/laravel-login-tracker
Package laravel-login-tracker
Short Description A simple package to track users successful login attempts
License MIT
Homepage https://github.com/spatie/laravel-login-tracker
Informations about the package laravel-login-tracker
A simple package to track login attempts
This simple package let's you track your user login activity. Track their IPs to give you better visibility to see user activity.
Support us
Installation
Publish and run the migrations with:
Next, add the Salfade\LoginTracker\Traits\HasLoginAttempts
trait to your User
Model.
Usage
Retrieving the latest successful login attempt
Retrieving all the successful login attempts
Retrieving the IP address of last successful login attempt
Retrieving the timestamp of last successful login attempt
Retrieving the human friendly date for last successful login attempt
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Mohamed Fawzan
- All Contributors
License
The MIT License (MIT). Please see License File for more information.