Skip to content

TappNetwork/nova-authentication-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"