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"
You could create a folder inside the app folder called libraries. And then inside your composer.json add
"autoload": {
"classmap": [
....
"app/libraries"
]
},
Also, don't forget to composer dump-autoload
when you're done!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community