Support the ongoing development of Laravel.io →
Installation Packages Architecture
Last updated 1 year ago.
0

I found this error when i tried to run an example code to test a chart: "ErrorException include(pChart/pData.class): failed to open stream: No such file or directory"

Last updated 1 year ago.
0

You could create a folder inside the app folder called libraries. And then inside your composer.json add

"autoload": {
    "classmap": [
        ....
        "app/libraries"
    ]
},
Last updated 1 year ago.
0

Also, don't forget to composer dump-autoload when you're done!

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

cuttimutti cuttimutti Joined 14 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.