Sparkle & Laravel Nova

Hi all developers, does any of you use Laravel Nova together with Sparkle? If so how do you solve the integration?
Appreciate any feedback on this, Thanks Paul

I’m not familiar with Nova, but presumably there’s a PHP library you need to load, followed by some in-page code to read data from the database?

Referring to the developer tools documentation, I’d use the “PHP before HTML” section of the page settings to import the library, then use the “code smart field” (or a regular embed block) to enter PHP code that reads the data from the database and emits it as text.