tapp/nova-authentication-log

Laravel Nova 工具。

0.0.2 2023-05-23 08:35 UTC

This package is auto-updated.

Last update: 2024-09-23 11:27:38 UTC


README

Nova UI for laravel-authentication-log

安装

composer require tapp/nova-authentication-log

资源

Authentication Log 资源将显示在 nova 侧边栏中。
image image

Authenticatable 资源关联(可选)

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

image

配置(可选)

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