koolreport icon indicating copy to clipboard operation
koolreport copied to clipboard

How to use KoolReport in Laravel please ?

Open TechNov opened this issue 5 years ago • 1 comments

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?

TechNov avatar May 30 '19 17:05 TechNov

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

sjacq avatar Jun 05 '19 16:06 sjacq