koolphp / koolreport

This is an Open Source PHP Reporting Framework which you can use to write perfect data reports or to construct awesome dashboards using PHP
https://www.koolreport.com/
MIT License
226 stars 66 forks source link

How to use KoolReport in Laravel please ? #28

Open TechNov opened 5 years ago

TechNov commented 5 years ago

Hello KooReport. Il developping an WebApp using Laravel. Now i need to use KoolReport in this Laravel App for Bi? Ho to do this please?

sjacq commented 5 years ago

TechNov,

This is how I did it.

1 - Downloadethe zip file(I use the full pro version, but would work with the free version) 2 - unzip the koolreport directory and placed into app/Packages (or whatever directory you wish under app) 3 - In composer.json, add app/Packages/koolreport in the autoload/classmap section 4 - run composer dump-autoload in terminal console

You're good to go. Sébastien