KoolReport's Forum

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

Installation issues #2527

Open John Kawas opened this topic on on Jan 10, 2022 - 1 comments

John Kawas commented on Jan 10, 2022

I had previously had the free version of KoolReport. This was installed in the html folder of my server inside the koolreport folder. Now I have bought the Pro version and the installation was unzipped and uploaded to our server with the following structure.

Do I use the folder name "Pro" as shown in the installation guide in the Dashboard installation guide? Or... is it; www/html/Koolreport/koolreport/

I just want to know where the files will be uploaded and installed...

THIS IS WHAT MY INSTALL LOOKS LIKE: (nothing is working!)
-koolreport

Does this change the paths to resources? Like this? //Specify some data processes that will be used to process use \KoolReport\pro\core\src\processes\Group; use \KoolReport\pro\core\src\processes\Sort; use \KoolReport\pro\core\src\processes\Limit;

KoolReport commented on Jan 10, 2022

You do like this:

  1. Extract zip file, you will see the folder "koolreport" which contains sub folder like "core","pivot"
  2. Copy the whole folder "koolreport" to "www/html".
  3. Extract "dashboard.zip", you will see folder "dashboard" (which contain "composer.json")
  4. Copy whole "dashboard" folder into above "koolreport" folder

Your folder structure will be like this:

www
    html
        koolreport
            core
            pivot
            dashboard
            ...

Now you only need to require the autoload file like below:

require_once "/path/to/koolreport/core/autoload.php";

all packages including dashboard will be loaded when needed.

Let me know if you need further assistance.

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