Download the PHP package akira/laravel-auth-logs without Composer
On this page you can find all versions of the php package akira/laravel-auth-logs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download akira/laravel-auth-logs
More information about akira/laravel-auth-logs
Files in akira/laravel-auth-logs
Package laravel-auth-logs
Short Description This is my package laravel-auth-logs
License MIT
Homepage https://github.com/akira-io/laravel-auth-logs
Informations about the package laravel-auth-logs
Laravel Authentication Logs
[](https://packagist.org/packages/akira/laravel-auth-logs) [](https://packagist.org/packages/akira/laravel-auth-logs) [](https://phpstan.org) [](https://github.com/akira-io/laravel-auth-logs/blob/main/LICENSE) This package logs all authentication events in your Laravel application. It logs the following events:
- Login
- Logout
- Failed login
Features
- Logs all authentication events
- Notification on failed login
- Notification on new device login
Requirements
- PHP 8.4 or higher
- Laravel 12.0 or higher
Installation
You can install the package via composer:
and then run the install command:
Optionally, you can publish the views using
Usage
To use the package all you need to do is add the AuthLogs
trait to your User
model.
Documentation
You'll find installation instructions and full documentation on Auth Logs website.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- kid
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-auth-logs with dependencies
illuminate/contracts Version ^12.0
pinkary-project/type-guard Version ^0.1.0
spatie/laravel-package-tools Version ^1.92.4