Hello, I have the weirdest issue. I have a Laravel 6 project with the standard Vendor folder. In this project, the vendor files (nearly all of them) keep getting duplicated for every file in every folder. Example...
Authenticatable.php
Authenticatable 2.php
For the life of me I can not figure out why. I have deleted the Vendor folder and do a Composer Update. I have rebuilt the composer.json file. And this keeps happening. Any thoughts would be greatly appreciated.
Thanks! I just tried all of that and will report back. I have tried all but the composer.lock without success. Im hoping deleting the composer.lock will do the trick.
Still same issue unfortunately. I have other Laravel projects that are not doing this. I may try do a clean install of the project and see what happens.
Did you ever find a solution for this? I'm seeing the same behaviour on a new Laravel 8 project and I keep having to delete the contents of my vendor folder.
I did not really find a solution on this other then my guess is related to Apple iCloud and that particular directory is synced with iCloud. I have a few other projects that are outside of iCloud and they seem to not have duplicate directories. It could be a combination of GIT and apple cloud.