tapp/nova-authentication-log

A Laravel Nova tool.

Installs: 4 996

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 1

Open Issues: 0

pkg:composer/tapp/nova-authentication-log

0.0.2 2023-05-23 08:35 UTC

This package is auto-updated.

Last update: 2025-09-23 13:58:24 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.
image image

Relation on Authenticatable Resource (optional)

MorphMany::make(
    'Authentication Logs',
    'authentications',
    \Tapp\NovaAuthenticationLog\Resources\AuthenticationLog::class
),

image

Configuration (optional)

php artisan vendor:publish --provider="Tapp\NovaAuthenticationLog\ToolServiceProvider" --tag="config"