tapp/nova-authentication-log

A Laravel Nova tool.

0.0.2 2023-05-23 08:35 UTC

This package is auto-updated.

Last update: 2024-04-23 10:32:07 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"