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

Nico4las3!'s avatar

Laravel Nova 4 / Vue.js application

Hi there, I'm working on this laravel nova/vue.js project which is basically a big clients group database. Each client groups have their own clients. I've created a new nova tool which is a basic on a specific client group and filters his own clients inside all the resources data (the resources from the dashnoard). What I have now is a link inside inside the dashboard (among all the resources) and whenever I click on it, the is displayed on a page next to the dashboard.

What I would need is to get this directly inside the dashboard (so no page would be displayed)... There's not much information about this kind of customization in laravel nova docs. So I would be happy to read any info I could get from you guys.

Thank you so much for your help,

0 likes
1 reply
bobbybouwmann's avatar

I'm not 100% sure what you're trying to achieve, but it sounds like you miss using Nova for this. Nova is just a display layer over your database. Although you can customize a lot, it is a tool for 85% of the use cases.

Can't you just fix this by creating a tool and displaying that inside the dashboard? I mean you, just need to show some data, right? Nothing more

Please or to participate in this conversation.