Class Webkul\Product\Repositories\ProductRepository does not exist
-
I did composer update and then this happened, i cant seem to get any repositories working, cloning new bagisto is not a option for me because i have my own packages and have made changes in main project(which i know is bad), what is causing this problem? HELP!!!
-
Can you tell me which version of bagistio you are using and did you do any changes in composer .json file.
Thanks
-
i am using 0.1.5 version and have added psr-4 for packages i made. it works fine in localhost but not in server, thw only diff between the two is that local has php 7.1.31 and server has php 7.1.33. When i export my local vendor file to server it works fine again.
-