Hi, First we have unzip the content of koolreportpro into koolreport directory within ou application's root Laravel directory then we have updated our composer.json like this:
"repositories": [
{
"type": "path",
"url": "./koolreport"
}
],
And added "koolphp/koolreport": "*" koolreport is installed But when we launch the report we get this error
"Widget's assets folder is not existed
(View: ...path to app's root directory/resources/views/pages/reporting/index.blade.php)"
The koolreport_assets has been created in the public directory (accessible from the browser)
FYI: it's work in local env
Thanks for the help