Download the PHP package aginev/login-activity without Composer
On this page you can find all versions of the php package aginev/login-activity. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aginev/login-activity
More information about aginev/login-activity
Files in aginev/login-activity
Download aginev/login-activity
More information about aginev/login-activity
Files in aginev/login-activity
Vendor aginev
Package login-activity
Short Description Track users login activity for Laravel 5
License MIT
Homepage http://aginev.com
Package login-activity
Short Description Track users login activity for Laravel 5
License MIT
Homepage http://aginev.com
Please rate this library. Is it a good library?
Informations about the package login-activity
Track user login activity in Laravel 5
This package will subscribe for login and logout events and will log data into database or log files.
Features
- Composer installable
- PSR4 auto loading
- Track user login
- Track user logout
- Write logs in database or log files
- Command for cleaning logs
Requires
Build only for Laravel Framework 5 only!
Installation
In terminal
Add Service Provider to your config/app.php like so
Publish migrations
Optionally you can add login activity command and you will be able to clean your logs.
Optionally publish config
Usage
Get logs
Get latest logs
Get login logs
Get latest login logs
Get logout logs
Get latest logout logs
Clean log
Clean the log from terminal
Custom handler implmentations
- Implement \Aginev\LoginActivity\Handlers\LogActivityInterface in your custom handler.
- Place custom handler as value in login-activity.log config
Credits
https://github.com/spatie/activitylog
License
All versions of login-activity with dependencies
PHP Build Version
Package Version
No informations.
The package aginev/login-activity contains the following files
Loading the files please wait ....