After attempting to remove and reinstall a package I’m getting this new error when I try to include('vendor/autoload.php');
Fatal error: Uncaught Error: Class >’ComposerAutoloaderInit7b3c839efeba468a3d595a365ceb8e89′ not found in >mypath\vendor\autoload.php:7 Stack trace: #0 mypath\mypage.php(2): include() >#1 {main} thrown in mypath\vendor\autoload.php on line 7
I’ve tried running composer clearcache
before and after reinstalling the package. I deleted C:/Users/MyUsername/AppData/Roaming/Composer
and even completely uninstalled Composer. After I reinstalled composer and then reinstalled the package, the error message remains.
What am I missing? I feel like it has a hidden cache somewhere that’s breaking this.