https://github.com/tappnetwork/nova-authentication-log
Nova UI for Laravel Authentication Log
https://github.com/tappnetwork/nova-authentication-log
Last synced: about 1 year ago
JSON representation
Nova UI for Laravel Authentication Log
- Host: GitHub
- URL: https://github.com/tappnetwork/nova-authentication-log
- Owner: TappNetwork
- License: mit
- Created: 2023-04-27T18:12:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T08:37:01.000Z (about 3 years ago)
- Last Synced: 2025-03-25T03:12:33.466Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Nova UI for [laravel-authentication-log](https://github.com/rappasoft/laravel-authentication-log)
# Installation
``` sh
composer require tapp/nova-authentication-log
```
### Resource
Authentication Log resource will show up in the nova sidebar.


### Relation on Authenticatable Resource (optional)
``` php
MorphMany::make(
'Authentication Logs',
'authentications',
\Tapp\NovaAuthenticationLog\Resources\AuthenticationLog::class
),
```

### Configuration (optional)
``` sh
php artisan vendor:publish --provider="Tapp\NovaAuthenticationLog\ToolServiceProvider" --tag="config"
```