Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Provider Class not found In ProviderRepository.php line 208

I tried to uninstall the spatie/Geocoder Package https://github.com/spatie/geocoder it from my laravel application, it pulled the package from Github but the package uninstallation was not successful.

Below is the Error that is returned by composer command

Terminal Screenshort:

enter image description here

Thanks In advance

like image 619
Moaiz Avatar asked Dec 07 '18 15:12

Moaiz


1 Answers

Issue is resolved by just follow these step. Go to your project > bootstrap->cache->config.php remove the provider and aliases from the cached array manually.

like image 121
Moaiz Avatar answered Sep 17 '22 11:09

Moaiz