PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, December 31, 2021

[FIXED] Provider Class not found In ProviderRepository.php line 208

 December 31, 2021     composer-php, laravel, php     No comments   

Issue

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


Solution

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.



Answered By - Moaiz
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing