LaravelPackages.net
Acme Inc.
Toggle sidebar
tapp/nova-authentication-log

A Laravel Nova tool.

5.275
0
0.0.2
About tapp/nova-authentication-log

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

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"

Star History Chart