tapp / nova-authentication-log
A Laravel Nova tool.
Package info
github.com/TappNetwork/nova-authentication-log
pkg:composer/tapp/nova-authentication-log
0.0.2
2023-05-23 08:35 UTC
Requires
- php: ^7.3|^8.0
- rappasoft/laravel-authentication-log: ^3.0
This package is auto-updated.
Last update: 2026-02-23 14:53:53 UTC
README
Nova UI for laravel-authentication-log
Installation
composer require tapp/nova-authentication-log
Resource
Authentication Log resource will show up in the nova sidebar.

Relation on Authenticatable Resource (optional)
MorphMany::make( 'Authentication Logs', 'authentications', \Tapp\NovaAuthenticationLog\Resources\AuthenticationLog::class ),
Configuration (optional)
php artisan vendor:publish --provider="Tapp\NovaAuthenticationLog\ToolServiceProvider" --tag="config"
