Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

tjsherrill's avatar

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

0 likes
0 replies

Please or to participate in this conversation.