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

Composer can't find export package #36

Open guillermo7227 opened 3 years ago

guillermo7227 commented 3 years ago

I followed the instructions.

When run composer update, it says it couldn't found any version of the package.

koolreport commented 3 years ago

Hi, the export package is a commercial one so please make sure that you have license of Export package or license of KoolReport Pro.

dongnl commented 3 years ago

Beside adding private token to auth.json, Please add the following lines to your composer.json file: "repositories":[ {"type":"composer","url":"https://repo.koolreport.com"} ],