In ProviderRepository.php line 208: Class "" not found
-
Hi
I have copied the Velocity package and put it in my owner package for development. I have also registered the correct path in the config/app.php and the composer.json.
Tried all the commands online and what people have suggest but just keeps reverting back to this error that it cant find my custom package.
In ProviderRepository.php line 208: Class "" not found
-
Hi there,
Is it possible to share the screenshot of app.php and composer.json where you registered the path and also the ProviderRepository.php, It will help me to reproduce the issue.
-
Goto composer.json file inside the Bagisto root directory and add the following line under ‘psr-4’
is
"Webkul\\Marketplace\\": "packages/Webkul/Marketplace"
should
"Webkul\\Marketplace\\": "packages/Webkul/Marketplace/src"