Jul 9, 2020
0
Level 6
Laravel nova custom view with table from db table
I use a Laravel package for keeping an auth log. https://github.com/yadahan/laravel-authentication-log
It is a great package and I have used it on multiple platforms. I have it on a new platform but I am using Nova for the admin instead of writing an admin from scratch.
This auth log is a clean db table that I want to be able to display in Nova's clean table layout. The auth log table has an id relation to a user id.
How can I show this db table in a clean nova table on its own page in Nova?
TIA
Please or to participate in this conversation.