core icon indicating copy to clipboard operation
core copied to clipboard

Integration with Laravel Nova v4 Cards and Tools

Open newtec-foggia opened this issue 3 years ago • 1 comments

Hello is there any integration with Laravel Nova Cards, Tools and Lenses for data reporting?

Can the report generation also be rendered in Nova?

newtec-foggia avatar Apr 24 '22 07:04 newtec-foggia

KoolReport is by designed can be used anywhere inside PHP environments so I guess it can be used to render report inside Nova. However since Nova is a commercial system and we have not had chance to experience so we could not be able to point you on how to do exactly. I guess there will be an render function inside Nova where you output the content in html so you can create KoolReport's report object and then echo content with $report->render();

By the way, we have developed the Dashboard Framework/ Admin Panel which works similar to Nova. You can have a look at our demo here.

Please let us know if you need further assistance.

koolreport avatar Apr 25 '22 04:04 koolreport