KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Koolreport in symfony? #1083

Open Juan Martín opened this topic on on Sep 13, 2019 - 2 comments

Juan Martín commented on Sep 13, 2019

Is there any manual to use koolreport in symfony?

KoolReport commented on Sep 17, 2019

Sorry for my late reply. After installing the KoolReport, you need to create a folder to hold your reports. In each report, you may need to configure the "assets" settings in settings() method so that KoolReport know where to export resource files and how to access them publicly. Like CodeIgniter or Laravel, we have a package to do this automatically but not yet for Symfony ( we will do!!!), but it is easy to configure. Please view this topic. I suggest that you create BaseReport which has the common settings() method. And then other reports will be derived from that BaseReport.

The rest will be simple, on the action of Symfony controller, you need to create report object, run and render it like normal. Make sure that you reference to the report with "require_once" or anykinds of autoload with namespace.

KoolReport commented on Feb 22, 2020

We create a repository to guide how to integrate koolreport into symfony.

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
None yet

None