tapp / nova-authentication-log
Laravel Nova 工具。
0.0.2
2023-05-23 08:35 UTC
Requires
- php: ^7.3|^8.0
- rappasoft/laravel-authentication-log: ^3.0
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 侧边栏中。
Authenticatable 资源关联(可选)
MorphMany::make( 'Authentication Logs', 'authentications', \Tapp\NovaAuthenticationLog\Resources\AuthenticationLog::class ),
配置(可选)
php artisan vendor:publish --provider="Tapp\NovaAuthenticationLog\ToolServiceProvider" --tag="config"