Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Laravel Nova Card Metrics Auto Update Without Refresh Page

I want to update Laravel Nova Card metrics on specific interval without refreshing page.

But without modifying Laravel Nova Core files.

Is there any way which makes it easy to do on any Laravel Nova Card

enter image description here

like image 748
Krupal Patel Avatar asked Sep 13 '25 17:09

Krupal Patel


1 Answers

I do not believe they are meant to be used that way. You will end up writing your own component to do that.

like image 134
Ankur Avatar answered Sep 16 '25 08:09

Ankur