tapp/nova-authentication-log is a Laravel package for a laravel nova tool..
It currently has 0 GitHub stars and 5.275 downloads on Packagist (latest version 0.0.2).
Install it with composer require tapp/nova-authentication-log.
Discover more Laravel packages by tapp
or browse all Laravel packages to compare alternatives.
Last updated
Nova UI for laravel-authentication-log
composer require tapp/nova-authentication-log
Authentication Log resource will show up in the nova sidebar.

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

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