tapp/nova-authentication-log

A Laravel Nova tool.

Downloads

1744

Stars

0

Version

0.0.2

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"
TappNetwork

Author

TappNetwork