tapp / nova-authentication-log
A Laravel Nova tool.
Installs: 2 922
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 0
Requires
- php: ^7.3|^8.0
- rappasoft/laravel-authentication-log: ^3.0
This package is auto-updated.
Last update: 2024-10-23 11:35:34 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.
Relation on Authenticatable Resource (optional)
MorphMany::make( 'Authentication Logs', 'authentications', \Tapp\NovaAuthenticationLog\Resources\AuthenticationLog::class ),
Configuration (optional)
php artisan vendor:publish --provider="Tapp\NovaAuthenticationLog\ToolServiceProvider" --tag="config"