koolreport / core

An Open Source PHP Reporting Framework that helps you to write perfect data reports or to construct awesome dashboards in PHP. Working great with all PHP versions from 5.6 to latest 8.0. Fully compatible with all kinds of MVC frameworks like Laravel, CodeIgniter, Symfony.
https://www.koolreport.com/
MIT License
160 stars 35 forks source link

Integration with Laravel Nova v4 Cards and Tools #9

Open newtec-foggia opened 2 years ago

newtec-foggia commented 2 years ago

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

Can the report generation also be rendered in Nova?

koolreport commented 2 years ago

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.