KoolReport's Forum

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

Laravel installation: Widget's assets folder is not existed #636

Open salah karouia opened this topic on on Jan 30, 2019 - 2 comments

salah karouia commented on Jan 30, 2019

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

KoolReport commented on Jan 30, 2019

You may need to find way to run the "koolreport/autoload.php" from the composer settings.

salah karouia commented on Jan 30, 2019

I dont think is the problem kollreport is well installed can you help me to resolve this error "Widget's assets folder is not existed"

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