Whenever I try to composer update
or remove the vendor directory + composer install
, I get this error message:
[RuntimeException] Could not scan for classes inside "C:\Users\Mateusz\Documents\NetBeansProje cts\projectname\trunk\newproject\vendor/symfony/finder/Symfony/Component/Find er/src/Illuminate/Queue/IlluminateQueueClosure.php" which does not appear t o be a file nor a folder
Well, actually I donβt have this file at all in my project. Inside the /Finder
directory there is no /src
. Can someone advise me what to do now?
I pretty much start a programmer, so it honestly sounds like magic to me. I am working on a large project, they just told me to update my project and composer, but updating the composer gives me this error.
source share