Reputation: 51
I'm using a library management program called Composer on my device. I used it to install a library which it placed in a folder called vendor. My web application works fine locally. However, it gives me a bunch of php include errors even though I uploaded in the same folder hierarchy. I suspect this is because of the composer.json file which signals the required libraries, but I'm not entirely sure.
Any help would be highly appreciated.
Upvotes: 0
Views: 30
Reputation: 171
This happened to me awhile ago, to fix this. Here is what i've done:
Upvotes: 1